箭頭函式讓Javascript code 更簡短也更清楚,以下是ES5 與ES6 函式範例。 ES5. function greetings(name) { return 'hello' + name }. ES6. const ...
確定! 回上一頁