Understanding the Difference: Primitive vs Non-Primitive Data Types in JavaScript
Primitive - (String, Symbol (contain unique prop to avoid name clashes), Number, null, undefined, Boolean, BigInt) (SNNUB acronym) – Primitive is immutable (means you cannot modify anything in existing values, you can only replace it) data type.They ...
parveenpal.hashnode.dev1 min read