Javascript Data TypesJavaScript provides different data types to hold different types of values. There are two types of data types in JavaScript.
JavaScript is a dynamic type language, means you don't need to specify type of the variable because it is dynamically used by JavaScript engine. You need to use var here to specify the data type. It can hold any type of values such as numbers, strings etc. For example: JavaScript primitive data typesThere are five types of primitive data types in JavaScript. They are as follows:
JavaScript non-primitive data typesThe non-primitive data types are as follows:
We will have great discussion on each data type later.
Next TopicJavaScript Operators
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week