ES6 アローファンクションの書き方 - atnr.net

JavaScript (ECMAScript 6) ES6のアローファンクションの書き方をメモしておきます。 const func = x => { return x*2 } console.log(func(4)) 実 […]