Friday, 27 March, 2020 UTC


Summary

Big or non decimal numbers are sometimes hard to read inside code. Numeric separators are now part of the javascript specification and allow us to make numbers in our code more readable for humans. In this lesson we will learn how to use numeric separators and the limitations of usage.