0% found this document useful (0 votes)
17 views1 page

JavaScript Data Types Explained

JavaScript has eight data types: String, Number, Bigint, Boolean, Undefined, Null, Symbol, and Object. The Object data type can include both built-in objects like arrays and dates, as well as user-defined objects. Built-in object types encompass a variety of structures such as maps, sets, and promises.

Uploaded by

Nirav Vora
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

JavaScript Data Types Explained

JavaScript has eight data types: String, Number, Bigint, Boolean, Undefined, Null, Symbol, and Object. The Object data type can include both built-in objects like arrays and dates, as well as user-defined objects. Built-in object types encompass a variety of structures such as maps, sets, and promises.

Uploaded by

Nirav Vora
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

JavaScript has 8 Datatypes

String
Number
Bigint
Boolean
Undefined
Null
Symbol
Object

The Object Datatype

The object data type can contain both built-in objects, and user defined
objects:

Built-in object types can be:

objects, arrays, dates, maps, sets, intarrays, floatarrays, promises, and more.

You might also like