Closed paparga closed 8 years ago
I change this line:
for(x in xs)
to
for(let x in xs)
For running with babel-node example.js instead of node --harmony_destructuring example.js
babel-node example.js
node --harmony_destructuring example.js
Thanks!
I change this line:
for(x in xs)
to
for(let x in xs)
For running with
babel-node example.js
instead ofnode --harmony_destructuring example.js