View Full Version : What are the different JavaScript types ?
Sankara Vignesh
09-07-2017, 06:36 AM
Please share the different javascript types which you have known for the better improvement in website designing !
24x7servermanag
09-07-2017, 07:35 AM
Here are the types of JavaScript - Object, Number, String, Boolean, Null, and Undefined.
Objects i include arrays, functions, and ordinary objects.
Strings include the empty string, "".
Booleans have only two values: true and false.
The only value whose type is Null is null, and the only value whose type is Undefined is undefined.
dennis123
09-16-2017, 01:44 AM
There are six types in JavaScript: Object, Number, String, Boolean, Null, and Undefined. Objects include arrays, functions, and ordinary objects. Numbers may be integers or floating point or the special values NaN and Infinity . Strings include the empty string
mvminfotechseo
10-11-2017, 07:37 AM
String represents sequence of characters e.g. "hello"
Number represents numeric values e.g. 100
Boolean represents boolean value either false or true
Undefined represents undefined value
davidsmith21
05-22-2018, 03:39 AM
There are various JavaScript types are given below:
1. Null
2. Number
3. String
4. Symbol
5. Boolean
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.