5 ES6 features you need to know
TLDR ES6 has a number of new features that are useful for frontend developers. In this post I will share simple explanation of the following features:let, const, spread, rest and destructuring. Let is a replacement of famous var to declare variables. const is used to declare a constant block-scope (similar to'let')
2 Comments
Sort: