A. The with value let cannot of a variable declared with var can be changed while the value of a variable declared be changed
B. var defines a variable while let defines a constant
C. var declare function scoped variable while let declare block scoped variable
D. All of the options
Correct Answer is :
C. var declare function scoped variable while let declare block scoped variable