A script is a series of instructions you write in a programming language or scripting language to accomplish a particular task. You type in the instructions and save them. The script runs only under circumstances you define.
Google Apps Script is based on JavaScript. In addition to providing much of what's built into JavaScript, Google Apps Script also provides a set of classes that make up the Google Apps Script API.
You can use these classes and their associated methods to access Google products, make requests to third-party services and APIs, and access helpful utilities. You can learn more about these topics in the sections on Using Built-in Services and Using External APIs.
I have
Comments
Post a Comment