Skip to main content

Learning Resources

Scriptable uses Apple's JavaScriptCore, which supports ECMAScript 6. This page includes our recommendations for some of the best external resources available to learn JavaScript.

Learning Javascript

caution

Some guides and tutorials will assume that you're running JavaScript in a browser and therefore have access to browser-specific objects, such as window, document, and navigator. Scriptable does not run JavaScript in a browser, so such objects do not exist.

Learning HTML & CSS

Learning regular expressions (RegEx)

Below is a list of links containing information that may help while you are programming. (reference)