JavaScript - Data Type and Memory
Data Type and Memory
Primitive Type vs Reference Type
Primitive Type: String, Number, Undefined, Bool, BigInt, Symbol
Way to Copy: copy the address where the value is contained
Immutable
Reference Type: Object
Way to Copy: copy the address th...
siwonlog.hashnode.dev6 min read