Toolsday - React.js
p/toolsday-react-js
This week we talk about React and why it's so darn hard to..
Una Kravets
Toolsday - Solved by ES6 β€” Our top five ES6/7/2015/2016 upgrades!
Featured
2
β€’
Replies
Hemanth.HM
``` const cat = {}; cat.speak = 'meow'; cat // { speak: 'meow' } ``` So `const` doesn't mean it can't be modified.
Hemanth.HM
Guys you might like https://jsfeatures.in πŸ€“