Data Types in JavaScript

 Data Types in JavaScript

In this article we are goanna to see about Data Types in JavaScript which is most important when you are going to start your career in JavaScript. Please read and enjoy this article if you want to give any feedback about your experience, we welcome.




In JavaScript we do not need to specify type of the variable because it is dynamically used by JavaScript. 

We can use var data type. It can hold any type of data like String, Number, Boolean, float etc.

Primitive Data Type:

String
Number
Boolean
Undefined
Null

Non-Primitive Data Type:

Object
Array
RegExp



Share:

0 comments

Please leave your comments...... Thanks