[JavaScript] Object
Object
JavaScript's data types can be broadly classified into primitive types and object types.
Primitive types represent a single value, and the values of primitive types are immutable or unchangeable.
Object types are complex data structures comp...
siwonlog.hashnode.dev1 min read