PDA

View Full Version : What are the different JavaScript types?



sinelogixtech
11-13-2018, 04:19 AM
What are the different JavaScript types?

RH-Calvin
11-13-2018, 05:56 AM
JavaScript has six primitives types: string , number , undefined , null , boolean , and symbol . There is also a compound type or object . Interestingly, the primitive types are immutable and don't have properties.

seojesica
11-24-2018, 01:38 PM
JavaScript has six primitives types: string , number , undefined , null , boolean , and symbol . There is also a compound type or object . Interestingly, the primitive types are immutable and don't have properties.


Thanks, I completely agree with you.

MVMInfotech18
12-21-2018, 04:18 AM
Six information types that are natives:

Boolean.

Invalid.

Indistinct.

Number.

String.

Image (new in ECMAScript 6)

davidweb09
02-13-2019, 12:13 PM
We use JS in HTML, PHP website to customize large code into small. https://www.plurk.com/DomBowkett

softwaretesting
02-15-2019, 11:14 AM
JavaScript has six primitives types : String,number,undefined,null,boolean,and symbol.

Akshay_M
01-06-2023, 09:36 AM
Null type. The Null type is inhabited by exactly one value: null .
Undefined type. The Undefined type is inhabited by exactly one value: undefined . ...
Boolean type. The Boolean type represents a logical entity and is inhabited by two values: true and false . ...
Number type. ...
BigInt type. ...
String type. ...
Symbol type.