By the end of this, students should be able to:
- Objective 1
- Objective 2
- Objective 3
Include explict step-by-step instructions about the goals of the assignment, and how to run the code.
Make sure to wrap section of code in appropriate markdown like ls -al
, and denote the language as below for longer sections:
function(){
var x = 2
var y = 3
return x + y
};
If you're looking for extra challenge or practice once you've completed the above, try to...
Gotcha's and extra information
List additional related resources such as videos, blog posts and official documentation.
- Item 1
- Item 2
- Item 3