Ob
Objects
in
JavaScript
1 exercise
Besides primitive data types like "number" and "string", there is another data type in JavaScript called "object". Objects are collections of key-value pairs but also the fundamental building blocks of the language.
Explore concept