エントリーの編集
                エントリーの編集は全ユーザーに共通の機能です。
                    必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
 - 新着コメント
 
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
          - バナー広告なし
 - ミュート機能あり
 - ダークモード搭載
 
関連記事
Functions without ”function”
With the release of ES2015 comes three new ways to create functions in JavaScript. // Arrow funct... With the release of ES2015 comes three new ways to create functions in JavaScript. // Arrow functions const add = (x, y) => { return x + y }// Concise methods const MathUtils = { add (x, y) { return x + y } }// Classes class Point { constructor (x, y) { this.x = x this.y = y } }// Turns out, `Point` is still just a function.People have a great time pointing at JavaScript and sarcastically saying t
              
            



2015/10/22 リンク