Data types in JavaScript
Primitives
In JavaScript, we can consider as primitive the following data types:
String
Number
BigInt
Boolean
Undefined
Null
Symbol
Primitive values are immutable, passed as values, and have no methods, but what exactly does each of these ch...
chrodrigues.hashnode.dev4 min read