up:: Google Apps Script
source:: 【GAS入門】Arrayオブジェクトのmapメソッドの使い方|もりさんのプログラミング手帳
与えられた関数を配列全ての要素に対して呼び出し、新たな配列を生成するArrayの関数。
C#のLinqにちょっと似てる。
Array function of calling gived function for all values of array, and create new array.
It’s like Linq of C#.
The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.
be populated with
?
設定する、入力する、生成する