LINUX.ORG.RU

История изменений

Исправление Black_Roland, (текущая версия) :

< const a = 1;
> undefined
< console.log(a);
> undefined
  1
< a = 2;
> 2
< console.log(a);
> undefined
  1

Скриншот для лучшего понимания: http://storage8.static.itmages.com/i/14/0923/h_1411433617_3676709_da50e67e0a.png

Исходная версия Black_Roland, :

< const a = 1;
> undefined
< console.log(a);
> undefined
  1
< a = 2;
> 2
< console.log(a);
> undefined
  1