What are the different Data Types are supported by JavaScript?
Atul Jain
string, number, boolean, array, object, null, undefined
Javascript has string, number, boolean, array, object, null, undefined. And also note that JavaScript has dynamic types. This means that the same variable can be used as different types.