JSFiddle - React, Tailwind, and code Playground
by fredericklim
JavaScript
console.log(1_000 + 1_000_000);
console.log(100_000 + 0xff);
console.log(100_000 + 0o377);
by fredericklim
console.log(1_000 + 1_000_000);
console.log(100_000 + 0xff);
console.log(100_000 + 0o377);