์์ ๊ฐ(Primitive)
#
JavaScript- Undefinedย (undefined), used for unintentionally missing values.
- Nullย (null), used for intentionally missing values.
- Booleansย (trueย andย false), used for logical operations.
- Numbersย (-100,ย 3.14, and others), used for math calculations.
- BigIntsย (uncommon and new), used for math on big numbers.
- Stringsย ("hello",ย "abracadabra", and others), used for text.
- Symbolsย (uncommon), used to perform rituals and hide secrets.