map() returns an array, forEach() doesn't. If you are using the returned array later in your code, use map() , otherwise forEach() is your ...
確定! 回上一頁