DEV Community

Discussion on: 7 Exciting New JavaScript Features You Need to Know

Collapse
 
wrldwzrd89 profile image
Eric Ahnell

BigInt in particular is welcome - and the restrictions are there for technical implementation reasons, but in practice they matter less, since you can always convert a Number explicitly to a BigInt. As for the others, they solve some pain points, some specific to JS. Look forward to seeing how people use them.