fix: update data type (#1)

pull/952/head
Nguyen Anh Dung 1 year ago committed by GitHub
parent 55d8e3dbc0
commit 76eca6cd0e
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 - A numeric primitive in JavaScript that can represent integers with arbitrary magnitude
Non-primitive data types in JavaScript includes:

Loading…
Cancel
Save