function myFunction() { Logger.log(underscoreGS._randomString(1000)); //underscoreGSを利用して配列に指定した値が入っているか検査する Logger.log(underscoreGS._contains([1,2,3], 3)); }