JS: 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 JS: Number.parseFloat]

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