Using the const Keyword in JavaScript
Constant Variables (But Not as Constant as You Think 👀) When you start writing JavaScript, you quickly meet a trio: In this article, the spotlight is on const.But here’s a small spoiler: const does not always mean “absolutely unchangeable.”Yes, JavaScript is once again inviting us to a little mental workout. What Is const? What Does […]
Continue Reading