What I think const means

I think const means that the variable will stay the same throughout the entirety of the code. It just won’t be affected by any other thing we put in or try to change about it.

1 Like

Hi, Great answer.
One thing to note is if you do try and assign to a const, you’ll get a compiler error.

Privacy & Terms