Tag: Object
JavaScript Objects
An object is an excellent data structure in JavaScript. Why it’s awesome? Because it stores data as a key and value as a pair; apart from that every key is unique so we can store unique information inside…
Read More »