Una Kravets

Toolsday - Solved by ES6 - Our top five ES6/7/2015/2016 upgrades!

Add a comment

Replies

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