Arrow functions introduced a new way to write concise functions. Here is a function written in ES5 function syntax: function absolute(num) { ...
確定! 回上一頁