MCQ
Which keyword is used to declare a variable that can be changed later in JavaScript?
Unit-3 Programming Fundamentals
A constant
B let
C static
D fixed
Explanation

The let keyword declares a block-scoped variable whose value can be changed later.