DEV Community

Discussion on: New Features in ECMAScript 2021 (with code examples)

Collapse
 
nicozerpa profile image
Nico Zerpa (he/him)

Great post, Faithful!
The numeric separators are extremely handy, love them. I'll be using private methods a lot.

By the way, if someone is asking why JavaScript uses the # symbol for its private properties and not the private keyword, in this comment from the ECMA committee they explain why.

Collapse
 
faithfulojebiyi profile image
Faithful Ojebiyi

Thanks for pointing that out I forgot to include that in this post.