JavaScript has only one type of numbers. Numbers can be written with, or without decimals:Examplevar x1=34.00; //Written with decimalsvar x2=34; //Written without decimals
Javascript
Topic: JS Data Types
What is a JavaScript Numbers?
Browse random answers:
What is the JavaScript Data Types?
What are JavaScript types?
JavaScript Has Dynamic Types
what is a JavaScript Strings?
What is a JavaScript Numbers?
What is undefined value means in JavaScript?
What is the data type of variables in JavaScript?
Difference between undefined and undeclared variables.
What data type javascript supports?
What is the difference between undefined value and null value ?