Traditional Anonymous Function function (a){ return a + 100; } ... Arrow Function var add = (a, b, c) => this.num + a + b + c; ...
確定! 回上一頁