Q. Which of the following is true about 'const'?
β
Correct Answer: (A)
Cannot be reassigned
Explanation: const variables cannot be reassigned but can be mutated (for objects).