DEV Community

[Comment from a deleted post]
Collapse
 
dfedotov profile image
Dmitry Fedotov

Hello, Kumar,
Thanks for your article.
Please don't use "var" when writing about ES2021 features :)

Collapse
 
cenacr007_harsh profile image
KUMAR HARSH

true that 😂

Collapse
 
dfedotov profile image
Dmitry Fedotov

Thanks for the change! It's important for people who are new to the language to avoid the var misuse.

 
cenacr007_harsh profile image
KUMAR HARSH

Yup.

Collapse
 
rishitkhandelwal profile image
Rishit Khandelwal

var is different than let, they have different properties in execution.