Source: commons.wikimedia.org

Google Apps Script is a scripting platform developed by Google for light-weight application development in the Google Workspace platform. Google Apps Script was initially developed by Mike Harm as a side project while working as a developer on Google Sheets. Wikipedia

Developed by: Google
Implemented in: JavaScript
Aliases: GAS

Wikidata: Q5583799

Influenced by: JavaScript

Google Apps Script Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Google Apps Script

function helloWorld() {
  Logger.log("Hello World");
}

Search on GitHub


Latest data update: 2025-06-23