Google Apps Script Remove Nulls Array

[Solved] Google Apps Script Remove Nulls Array | Cobol - Code Explorer | yomemimo.com
Question : google apps script remove nulls array

Answered by : eager-emu-eonljn0324uz

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

Source : | Last Update : Tue, 01 Dec 20

Answers related to google apps script remove nulls array

Code Explorer Popular Question For Cobol