10 WindowsのChromeデベロッパーツールでいろんなものの戻り値まとめ

1

globalThis

Window {window: Window, self: Window, document: document, name: '', location: Location, …}

2

Infinity NaN undefined そのままです

3

Number.EPSILON

2.220446049250313e-16

4

Number.MAX_SAFE_INTEGER

9007199254740991

5

Number.MAX_VALUE

1.7976931348623157e+308

6

Number.MIN_SAFE_INTEGER

-9007199254740991

7