JavaScript: Global parseInt

By Xah Lee. Date: . Last updated: .

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

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

console.log( Number.parseInt === globalThis.parseInt );
BUY ΣJS JavaScript in Depth