⭕️ Primitive types
🔊 In JavaScript, a primitive value is data that is not an object and has no methods. There are 7 primitive data types.
✔️ string ✔️ number ✔️ boolean ✔️ undefined ✔️ null ✔️ symbol ✔️ bigint