'let' and 'const' declarations define variables/constants with block scoping in strict mode.
Docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const
Samples: https://github.com/GoogleChrome/samples/tree/gh-pages/lexical-declarations-es6