MCQ
Which keyword is used to declare a variable that can be changed later in JavaScript?
Explanation
The let keyword declares a block-scoped variable whose value can be changed later.