Returns true if the given value is an object created by the Object constructor.
-
Updated
Mar 29, 2024 - HTML
Returns true if the given value is an object created by the Object constructor.
Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object that can be extended.
Add a description, image, and links to the is-obj topic page so that developers can more easily learn about it.
To associate your repository with the is-obj topic, visit your repo's landing page and select "manage topics."