web-links (blinks) web-log (blog) by Dragan Sretenovic
JavaScript Numeric Separators
valid syntax!
const oneMillion = 1_000_000; // 1000000 const decimals = 1_000_00.01_02_03 // 100000.010203
Post a Comment
No comments:
Post a Comment