History of let Revision history for: English (US) Oct 6, 2016, 3:02:34 AM fscholz Remove let blocks and let expressions. let is now ES6 compatible and non-standard extensions are gone for 10 releases. Previous Aug 27, 2016, 9:36:10 PM madmurphy Emulating private interfaces -- paragraph created Previous Jul 11, 2016, 3:27:13 AM fscholz Previous Jul 11, 2016, 3:25:11 AM fscholz Previous Jul 8, 2016, 8:04:03 AM rexxmagnus An undocumented feature of being unable to use a let with a parameter reference name is not mentioned. Lets using variable names at different levels of scope work correctly. Previous Jul 7, 2016, 7:36:24 PM APerson241 grammar fix Previous Jun 20, 2016, 1:13:29 AM vitaly-zdanevich see also: link added Previous Jun 20, 2016, 1:06:33 AM vitaly-zdanevich Previous Jun 19, 2016, 6:03:03 PM bambery The headers were not nested consistently. I chose h3 over h4 since the sections follow an h2. Previous Jun 17, 2016, 6:30:09 AM vitaly-zdanevich removed incorrect example: I can console.log(i) of let after loop without error at Firefox 47