Javascript Data Types List

 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
  1. Numbers (1, 2, 3, 59.45 etc.)
  2. Booleans (true,false)
  3. Function
  4. Object
  5. Strings ("Hello")
  6. null (no value)
  7. undefined (type of value is not defined)
See more JQuery, C#, Asp.net Interview Questions
Share this post :

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.

 
Support : Ranga Rajesh Kumar
Copyright © 2012. ASP.NET Examples - All Rights Reserved
Site Designed by Ranga Rajesh Kumar