Featured
>
>

Toolsday - Solved by ES6

Our top five ES6/7/2015/2016 upgrades!

MakersThere are no makers yet

Discussion

Hemanth.HM
@gnumanth · Fullstack dev
Guys you might like https://jsfeatures.in 🤓
Hemanth.HM
@gnumanth · Fullstack dev
``` const cat = {}; cat.speak = 'meow'; cat // { speak: 'meow' } ``` So `const` doesn't mean it can't be modified.