JavaScript Numeric Separators

1 · David Walsh · June 10, 2021, 2:23 a.m.
Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets developers use underscores to make numbers more readable! […] The post JavaScript Numeric Separators appeared first on David Walsh Blog. ...