JS: 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 (String to Number)]

console.log( Number.parseFloat === globalThis.parseFloat); // true