1
Reply

What are the different Data Types are supported by JavaScript?

Atul Jain

Atul Jain

Aug 13, 2012
1.7k
0

    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.

    Jaganathan Bantheswaran
    November 12, 2014
    0