Immutable Primitive Values
In JavaScript, a primitive is data that is not an object, and has no methods or props, such as:
null
undefined
number
string
bigint
boolean
There is a fundamental difference between primitive values and objects. Well first primitives are immutable:...
kcoderk.hashnode.dev1 min read