Accessing Objects in JS : DOT VS BRACKET
Accessing Object in JavaScript :
In JavaScript we can access object in two different ways , that’s through DOT Notation and Bracket Notation . Let’s see example of how we can use both the notations
🔥 Dot Notation (target.prop)
This accesses the pro...
web-cohort-blogs-web-dev.hashnode.dev3 min read