GAS Function to get the Count of a Specified Item in an 1D Array

A JavaScript function, specially meant for Google Apps Script or GAS, to get the count of a specified item (case sensitive) in an one dimensional (1D) array. It takes the parameters such as "array" which is the one dimensional array on which the search needs to be done. And the other parameters and return value are explained in the function below itself in JSDoc format.


Post a Comment