-
Notifications
You must be signed in to change notification settings - Fork 33
Harmony
Jérémie Astori edited this page Feb 4, 2015
·
1 revision
- [Needs checking] Native support of Promises
- [Needs checking] Fat arrow functions:
foo.map(function (x) { return x * x; });
// ... becomes ...
foo.map(x => x * x);
- Need to run
node
with the--harmony
flag