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 provided value is an object created by the Object constructor.
JavaScript, Type · Oct 20, 2020
Understanding the difference between these two object-oriented programming paradigms is key to taking your skills to the next level.
JavaScript, Object · Nov 21, 2021
Creates a function that will invoke a predicate function for the specified property on a given object.
JavaScript, Function · Nov 1, 2020
Learn how to detect undefined
object properties in JavaScript the correct way.
JavaScript, Object · Aug 7, 2022
Object.is()
and the triple equals operator (===
) can both be used for equality checking in JavaScript, but when should you use each one?
JavaScript, Object · Jun 12, 2021