News

There are two ways to access the properties of an object: dot notation (.) and bracket notation ([]), similar to an array. Dot notation is what you use when you know the name of the property you're ...
Returns a single level deep JavaScript Object where each key is a path, using dot notation, to the value of the input Object ...
Objects are used to represent the real world entities in our code like bank account, books, person, etc, by storing all relevant information in one place, i.e, an object. we have two ways to create ...
Topics covered include: Object creation Bracket vs Dot Notation Property descriptors How object references work Prototype chain Modern syntax like spread and destructuring Loop over objects Custom ...