#beginners
Read more stories on Hashnode
Articles with this tag
In JavaScript we can access the properties of object using dot notation(person.first_name) and bracket notation(person[first_name]). But what's the...