Javascript Data Types List
Javascript is using 'var' keyword for declaring the datatype. Internally var keyword will allocate memory for the required types. Due to this reason, we can call javascript as dynamic language. Below are the list of types for var
- Numbers (1, 2, 3, 59.45 etc.)
- Booleans (true,false)
- Function
- Object
- Strings ("Hello")
- null (no value)
- undefined (type of value is not defined)
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.