Saturday 22 December 2018

Is Float base data type in JavaScript?

JavaScript has only six base data types.

Six data types that are primitives:
a.   Boolean
b.   Null
c.   Undefined
d.   Number
e.   String
f.    Symbol (new in ECMAScript 6)

Apart from above six types, JavaScript support Object type.

There is no explicit data type called Float in JavaScript.




Previous                                                 Next                                                 Home

No comments:

Post a Comment