Difference between Dot notation & Bracket notation in JavaScript Objects
There are two ways to retrieve data from Objects in JavaScript , Dot ‘ . ’ and Bracket ‘[]’ notation. The main difference between Dot notation and bracket notation is that the bracket notation allows us to access object properties using variable.
con...
shamgurav.hashnode.dev2 min read
parveen yadav
Second chance at Software Engineering
Thanks for such a simple explanation. I didn't knew that.