JavaScript is a great language. It has a simple syntax, large ecosystem and, what is most important, a great community. At the same time, we all know that JavaScript is quite a funny language with ...
🚀 JAVASCRIPT MYTH: const means "completely immutable" 🚀 Many developers starting with JavaScript assume that declaring an array with const locks it down completely. Then, they run a line like arr [1 ...