Make JavaScript Numbers more readable using Numeric Separators

InstructorTomasz Ducin

Share this video with your friends

Send Tweet

You can finally make your numbers more readable in JavaScript. Add underscores in all types of numbers including BigInt, floats, hexes, octals, and binary to improve their readability.

Just don't add the underscores to the beginning or end!