

MCQOPTIONS
Saved Bookmarks
1. |
The main difference between the variables declared with var and with let is __________ |
A. | var is confined to a particular function but let is not |
B. | let is confined to a particular function but var is not |
C. | var defines values based on conditions but let does not |
D. | let doesn’t let you change the value of the variable |
Answer» B. let is confined to a particular function but var is not | |