This repository contains some guided exercises for Akela and a Cub Scout to learn a little bit about programming. All of these exercises can be completed with just a web browser and text editor, or even directly in GitHub with the built-in editor and static page hosting.
- Exercise 1.1 - Hello world!
- Exercise 1.2 - Building strings
- Exercise 1.3 - Doing math
- Exercise 2.1 - Hello + name!
- Exercise 2.2 - Hello $name!
- Exercise Alt 1.1 - Downloading this code
- Exercise Alt 1.2 - Viewing a webpage
- Exercise Alt 1.3 - Viewing a webpage's code
- Exercise Alt 1.4 - Editing a webpage
- Exercise Alt 1.5 - Running JavaScript code
- Exercise Alt 1.6 - Editing Javascript code