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.
Clamps num
within the inclusive range specified by the boundary values a
and b
.
JavaScript, Math · Oct 22, 2020
Returns the absolute value of the first number, but the sign of the second.
JavaScript, Math · Oct 7, 2020
Checks if the given number falls within the given range.
JavaScript, Math · Nov 1, 2020
Calculates the logarithm of the given number in the given base.
JavaScript, Math · Oct 22, 2020
Checks if two numbers are approximately equal to each other.
JavaScript, Math · Nov 1, 2020
Checks if the first numeric argument is divisible by the second one.
JavaScript, Math · Sep 15, 2020
Checks if the given value is equal to negative zero (-0
).
JavaScript, Math · Oct 20, 2020