DataTypes and Scope In JavaScript
JavaScript is the most popular language In the world and it runs on the most popular environment means web(browser); By using JavaScript you can create complete web and desktop application.
DataTypes in Javascript:
In JavaScript, there are 3 types of primitive data-types.
DataTypes and Scope In JavaScript
JavaScript is the most popular language In the world and it runs on the most popular environment means web(browser); By using JavaScript you can create complete web and desktop application.
DataTypes in Javascript:
In JavaScript, there are 3 types of primitive data-types.
- Number
- String
- Boolean
- Number: in this, you can assign values like 10,10.2 means even if you...
DataTypes and Scope In JavaScript