What I think a const does

What I think a const is basically something that will give the same value no matter what you do throughout the code unless of course you change the const it self.

1 Like

Welcome to the course. You’ve got it. A const is exactly that, a variable that cannot be changed.

Privacy & Terms