marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.03k stars 799 forks source link

Exercise 3.3 variable 'var' #254

Closed victorze closed 6 years ago

victorze commented 6 years ago

Change var by let.

var

marijnh commented 6 years ago

Thanks for spotting those. Attached patch changes them to let.