Accessing Objects in JavaScript: Dot Notation vs Bracket Notation
When referring to accessing object properties in JavaScript, there are two different syntax - dot notation and bracket notation. It can be confusing to decide which to use when writing programs. Are they the same? Do they work the same? You’ll find o...
stephikebudu.hashnode.dev3 min read