Objects
How to add a key to an object in JavaScript
javascriptobjectsobject-methods
JavaScript Dot Notation vs. Bracket Notation: Which to Use When
The difference between Dot Notation & Bracket Notation, and when you should use each one.
javascriptdot-notationbracket-notation
How performant are Array methods and Object methods in JavaScript?
Analysing the Big O of various Array and Object methods
javascriptperformancebig-o