📜  谷歌应用脚本删除空数组 - Cobol 代码示例

📅  最后修改于: 2022-03-11 15:04:33.562000             🧑  作者: Mango

代码示例1
// filter(Boolean) - will remove null, false, NaN, undefined, or the empty string, 
  //the resulting Boolean will be false
  var srcArr1 = srcArr.filter(Boolean);