introductionToAppsScript
introductionToAppsScript copied to clipboard
Code repo for the online course Introduction To Apps Script
Results
3
introductionToAppsScript issues
Sort by
recently updated
recently updated
newest added
Hi, When I was trying to authorise the first macro I got this message. I've authorised other Google scripts before on this account. Can't figure out what to do in...
Hi Ben. I've tried this command ```` // pass functions as arguments to other functions const superFunction = (fn, a, b) => fn(a,b); console.log(superFunction(multFunction,2,5)); ```` I'm selecting superFunction to run,...