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