News

* [in operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/in): returns true if the specified property is in the specified object *or ...
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 ...