JS: parseFloat
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