b88304306a
29e4101818
@ -63,6 +63,7 @@ Primitive data types in JavaScript include:
4. Null - empty value or no value
5. Undefined - a declared variable without a value
6. Symbol - A unique value that can be generated by Symbol constructor
7. BigInt - Numeric values which are too large to be represented by the number primitive.
Non-primitive data types in JavaScript includes: