2014-08-17から1日間の記事一覧

Firefox 34 で Method Definition 構文が実装された

924672 - Implement ES6 Method Definitions 14.3 Method Definitions var o = { method: function method () { return "OK" }, }; と書いていたところを var o = { method() { return "OK"; }, }; こう書けるようになる。