#objects
Read more stories on Hashnode
Articles with this tag
In JavaScript, Objects are a special datatype that allows you to hold data in a form of 'Key-value' Pairs. Here the key is an object property that...