2
Reply

What are the different Data Types are supported by JavaScript?

Atul Jain

Atul Jain

12y
2.3k
0
Reply

    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.