PDA

View Full Version : What are the different JavaScript types?



spobitsseo
07-03-2017, 03:13 AM
What are the different JavaScript types?

charlottegracie
07-03-2017, 08:10 AM
There are just 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,