The JavaScript snippet collection contains a wide variety of ES6 helper functions. It includes helpers for dealing with primitives, arrays and objects, as well as algorithms, DOM manipulation functions and Node.js utilities.
JavaScript, Math
Checks if the given number is a power of 2
.
JavaScript, Math
Calculates the nth root of a given number.
JavaScript, Math
Converts an angle from radians to degrees.
JavaScript, Math
Converts a value to a safe integer.