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.

  1. 01

    What Even Is a Script?

    Scripts vs apps, the host idea, and the anatomy that’s the same everywhere

    3 pages
  2. 02

    Google Apps Script

    Naming conventions across Sheets, Docs, Forms, Gmail, Drive, Calendar — with a hierarchy you can walk

    5 pages
  3. 03

    Airtable Scripts

    The base/table/record hierarchy and how Airtable’s script editor differs from Apps Script

    soon
  4. 04

    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

    soon