JS: Global 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〕
console.log( Number.parseFloat === globalThis.parseFloat); // true