JavaScript: Global parseFloat

By Xah Lee. Date: . Last updated: .

The parseFloat object is the value of the property key "parseFloat" of the Global Object.

It is the same object as Number.parseFloat [see JavaScript: Number.parseFloat]

console.log( Number.parseFloat === globalThis.parseFloat); // true
BUY
ΣJS
JavaScript in Depth

JS Obj Reference

Global Object

Special Objects

Static Objects

Primitive Wrapper

Constant Literals

Simple Functions

Error Objects

Misc