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')
•4m read time• From tringacodes.com
2 Comments
Sort: