add bigInit the primitive data type in day2 section Primitive Data Types

pull/660/head
Suleman Elahi 3 years ago
parent 8430e9ff3c
commit b88304306a

@ -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:

Loading…
Cancel
Save