javascript - "let" keyword vs "var" keyword - Stack Overflow
In JavaScript 1.7, the let keyword was added. I've heard it described as a "local" variable, but I'm still not quite sure how it behaves differently than the var keyword. What are the ......