LoginSignup
6
6

More than 5 years have passed since last update.

そろそろnode.jsにarrow functionが来る!

Posted at

そろそろリリースされるはずの Node.js v4.0.0 からarrow functionが使えるようになります!
V8 4.5がマージされると使えるようになるそうです。
https://github.com/nodejs/node/pull/2682

arrow function というのはクロージャを記述する新しい構文のことです。
こんな感じで書けます。
js
(a,b) => { return a + b; }

楽しみですね。

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6