javascript · Javascript Basics
What is the purpose of the 'const' keyword in JavaScript?
Answers
- To declare a variable that might change later
- To declare a constant variable whose value cannot be changed
- To create a new function
- To define a conditional statement
- To import a module