pull/660/merge
Suleman Elahi 9 months ago committed by GitHub
commit 1723fbf93e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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