Dot Notation Gotchas in Javascript
· ☕ 2 min read
It is quite common to use dot notation to access object’s props. How can you ever go wrong?
We have seen a bit of dot and bracket notations in all about Javascript objects and props post.
We have learnt to use dot notations to make our code more readable -