Doug
-1
Q:

google apps script remove nulls array

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

New to Communities?

Join the community