#javascript
Read more stories on Hashnode
Articles with this tag
Why use const over let to declare functions in JavaScript? Arrow functions declared with const cannot have their values changes/reassigned - Note:...