Javascript
This is a very basic overview in Javascript, glossing over many details.
We show how to accomplish a few things in Javascript, with code ready for copy and pasting or demoing. It's not until Syntax that the language is unpacked a little further.
Javascript is an excellent language to play with, so please do try to get the first things running before worrying too much about understanding what's going on.
Next: Starting a Script
More references
- You Don't Know JS
- You Might Not Need JS - Solving problems without JS
Programming general
Sandboxes
- Scratch - Try out JS expressions
Project hosting
- Glitch - Collaborative editing, host server-side JS and more.