• 0.1 + 0.2 ≠ 0.3 (rounding error)
• 9007199254740992 + 1 === 9007199254740992
• NaN !== NaN (only value ≠ itself)
• -0 === +0 but 1/-0 === -Infinity
• typeof NaN === "number"