ES2022 Features
Javascript keeps on evolving and the new syntaxes has been followed in ES2022. Some of them are ๐
1) Private Class fields
In olders ways we can make a class variable as private. We use the # to determine that it is private.
class Hello {
name = "Dha...
dhanushnehru.hashnode.dev2 min read