Open
Description
Syntax and Idioms
- Z- Level 1 - Functions and Variables (defining and calling)
- Z - Level 2 - Crab Claws
{ }
, Hugs( )
, and Full Stops;
- T - Level 3 - Embedding JavaScript in a Web Page - Embedding JS in webpage #6
- T - Level 4 - Running JavaScript in your Browser Console
Algorithms and Computer Science
- Level 1 - Letters and Words
- Z - Level 2 - Numbers!
- Z - Level 3 - Making Decisions and Repeating Yourself (ifs and fors)
- Z - Level 4 - Collections! Arrays and Objects Oh My!
Events and Callbacks
- T - Level 1 - Passing functions to functions - First set of exercises for events & callbacks #3
- T - Level 2 - setTimeout and setInterval - Exercises and description for setTimeout and setInterval #5
- T - Level 3 - Publish and Subscribe (hey here's a gif to use)
- Level 4 - Understanding
this
Interacting with the User
- T - Level 1 - Collecting input from the command line - First set of exercises for Interacting with the user #4
- T - Level 2 - Finding and changing elements on a web page [*prioritize] - Querying the DOM #7 & Manipulating the DOM #8
- Level 3 - Getting data from a form
- Level 4 - Responding to user interactions