cwbe coordinatez:
101
63540
1487459
6687996
7567333

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
commanders
polls

total descendants::0
total children::0
show[ 2 | 3] flat


ES6 Harmony do ES5


repo: https://github.com/google/traceur-compiler
ako to funguje: https://github.com/google/traceur-compiler/wiki/CompilingOffline
pre kontrolu: http://www.es6fiddle.net/

ukazky ES6 snippetov
https://github.com/JustinDrake/node-es6-examples
...
Let's start with let. You can think of let as a block-scoped variation of var for variable declaration.

{ let a = 'I am declared inside an anonymous block'; }
console.log(a); // ReferenceError: a is not defined