#i am unable to understand objects in javascript

5 messages · Page 1 of 1 (latest)

subtle forum
#

what they actually are, and what types of objects are already present in javascript

#

i mean i just went and research on different website, also asked chatgpt for categorizing me the types of objects in js, but i am still confused like hell 🤯

#

pls help anyone

steady wolf
#

Objects are a conceptual way of thinking about data

#

In JS, they are specifically a mapping of keys to values. Those values can be any data type