エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
It's been a long time coming, but I just flipped the bit in V8 that will ship arrow functions in ... It's been a long time coming, but I just flipped the bit in V8 that will ship arrow functions in Chrome 45! Woo hoo! You probably know, but arrow functions are a new way to write functions in JavaScript. They look like this: // Two arguments, body implicitly returned. (x, y) => x + y // With just one argument, no parentheses needed. x => x * 2 // Body can have braces too; in that case use "return"