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, Type
Checks if the specified value is null
or undefined
.
JavaScript, Type
Checks if the specified value is null
.
JavaScript, Math
Checks if the given number is odd.
JavaScript, Math
Checks if the given number is a power of 10
.
JavaScript, Math
Checks if the given number is a power of 2
.
JavaScript, Type
Checks if the specified value is undefined
.
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.