Unit 3
Scripts — Code That Lives Inside Something Else
What a script actually is, how it gets run, and the conventions used by the hosts you care about.
- 01 3 pages
What Even Is a Script?
Scripts vs apps, the host idea, and the anatomy that’s the same everywhere
- 02 5 pages
Google Apps Script
Naming conventions across Sheets, Docs, Forms, Gmail, Drive, Calendar — with a hierarchy you can walk
- 03soon
Airtable Scripts
The base/table/record hierarchy and how Airtable’s script editor differs from Apps Script
- 04soon
Designing A Script Engine Into Your Own App
What a script engine is, the common open-source ones (V8, QuickJS, Lua), and the sandbox/expose decisions