Returns true if an object has an own, enumerable property. Nested properties can be checked using using dot notation paths ('a.b.c').
-
Updated
Jan 27, 2018 - JavaScript
Returns true if an object has an own, enumerable property. Nested properties can be checked using using dot notation paths ('a.b.c').
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
get/set/remove/has for any object using dot-notation path with reasonable defaults.
👷♀️Composition and Decomposition of JavaScript Objects using dot notation
Recursively expands property keys with dot-notation into objects.
A one-liner to get a nested prop using dot-notation with a optional default value as fallback
Build an array of key paths from an object.
This project is a website designed to display the atmospheric temperature for the last 7 days on Mars using the NASA API to collect and update data.
A drum kit website made in mid-November of 2020 using more advanced JavaScript and DOM Manipulation concepts. Gained a greater understanding of click and keyboard event listeners, JavaScript objects and higher-order functions, and switch statements. Also learned how add basic animations and sounds. Clicking a button or pressing a key listed in t…
Easily use dot notation to safely get, or set a property of a nested object. A Node module.
Fast, reliable and intuitive object mapping.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. Node.js/JavaScript util.
Implements array-like methods for Object with support for dotted notation keys
Add a description, image, and links to the dot-notation topic page so that developers can more easily learn about it.
To associate your repository with the dot-notation topic, visit your repo's landing page and select "manage topics."