JavaScript Course Curriculum
Our JavaScript course teaches students the fundamentals of javascript and introduces students to the basics of animation.
- Intro to JavaScript.
- JavaScript functionalities.
- Intro to variables.
- Intro to output (console.log).
- Intro to concatenation.
- Intro to user input (prompt-sync).
- Combining input and output.
- Concatenation with addition.
- What is parseInt?
- What is parseFloat?
- Intro to basic arithmetic. (+, -, *, %, etc)
- Intro to the JavaScript math library.
- Intro to the Date class.
- Intro to the string class.
- Indexing
- Substrings
- Casing
- Intro to conditions.
- Intro to comparisons.
- If, else, else if statements.
- Intro to for loops.
- Intro to while loops.
- Conditions in loops?
- Intro to using JavaScript in HTML.
- Intro to functions.
- Intro to events.
- Intro to animation.
- Intro to the canvas element.
- Basic animation, timing and movement, advanced animations.