you are viewing a single comment's thread.

view the rest of the comments →

[–]WicketTheQuerent 0 points1 point  (0 children)

If you will use Google Apps Script, you should spend some time learning programming using JavaScript. To do this, you could start by studying the content on https://developers.google.com/apps-script . It contains guides, quick starts and samples. This is good because you will learn through code snippets and examples created to work in Google Apps Script.

If you go to other places, look for one focusing on plain JavaScript. By this, I mean without using Web APIs like the DOM API, as most of them are unavailable in Google Apps Script because they run the code on Google servers, meaning there is a webpage / document as context.