1
Reply

What are the different Data Types are supported by JavaScript?

Atul Jain

Atul Jain

12y
1.7k
0
Reply

    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.