02. Getting started with ES6 - let

preview_player
Показать описание
In ES6, we are provided the new 'let' keyword which allows us to declare block scope variables.
Рекомендации по теме
Комментарии
Автор

Just wanted to let you know that you have excellent videos. The iterative approach you do is perfect, switching back and forth often between your code and running what you did in the console to see what changes. Your Promises video made me finally understand how to use Promises with Node 4.

jakobud
Автор

lol I love how the compiled version @14:30 shows Babel is just prepending an underscore to the inner variable's name in order to mimic the let functionality. Simple but effective I guess

robwise