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.
Checks if the given argument is a symbol.
JavaScript, Type · Sep 15, 2020
Checks if the specified value is null or undefined.
null
undefined
JavaScript, Type · Oct 20, 2020
Checks if the specified value is null.
Checks if the specified value is undefined.