Hey there,
This post is just to share my pain understanding the const and tipping the creators/ teachers that this might be a harder concept for some to understand than it might seem. Also if you are struggling with this at first: don’t worry you are not alone. There are at least two of us.
I come from the perspective or relatively inexperienced coder and developer, and my terminology might be lacking, but I try to avoid confusion.
I feel a bit silly writing this because const seems so simple and the code is easy to replicate, but at the same time I had to watch the video, or parts of it, several times, and read through some of the discussion before I think I understood what we are talking about and what it might be useful for.
The big problem for me was that I really like using variables and strings and making a function unable to edit them seems counter-intuitive to me. Also, the ramifications of using const were/are a bit hard to grasp for me such as the scope the part of the code that we are locking down/ limiting with the command.
Anyways I think that even if I was totally unable to take on the challenge, I kinda understand the concept now, and will learn more about through trial and error and using it.