I guess const will assign a constant value to a variable and this variable cannot be subjected to change in the value even after reassigning it.
I guess const will assign a constant value to a variable and this variable cannot be subjected to change in the value even after reassigning it.