What i think const is

I think const is a prefix which is a constant variable. that means if you assign a value to it in another line of code, it will not change it.

If we assign the constant variable then we can’t change that variable after its declared.

Privacy & Terms