Numeric separator in JavaScript

Placing an underscore in numbers in JavaScript can make them more human readable:

10_000 + 500; // 10500

1_000_000 === 1000000; // true
Latest Today I Learned Posts
HTML image decoding attribute Human readable relative date strings in standard JavaScript at() method in JavaScript Barcode Detection API