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 Javascriptcaution
Some guides and tutorials will assume that you're running JavaScript in a browser and therefore have access to browser specific objects, such as a document. Scriptable does not run JavaScript in a browser and therefore such objects do not exist.
#
Learning HTML & CSS- w3schools' HTML & CSS Tutorial.
- w3schools' HTML Javascript & Javascript DOM CSS (for implementing HTML and CSS into Javascript)
#
Learning RegEx#
Helpful Links of InformationBelow is a list of links containing information that may help while you are programming. (reference)