Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Here you can find course content and homework for the JavaScript 1 module.

Week Topic Read Homework Review
0. Preparation for your first JavaScript session Pre-reading + CLI Reading Week 1 -
1. • Intro JavaScript (What is it, where can you use it for)
• jQuery
• Variables [var, let, const]
• Basic Data types [Strings, Numbers, Arrays]
• Operators
Reading Week 1 Homework Week 1 Review
2. • Advanced data types [Objects]
• Conditions
• Statements vs Expressions
• Loops (for/while)
• Functions
• Naming conventions
Reading Week 2 Homework Week 2 Review
2.2 • Advanced data types [contd...] Reading Week 2-2 Homework Week 2-2 Review
3. • Functions
• Code flow (order of execution)
• Basic DOM manipulations [img src, innerHTML]
• Code commenting
• Code debugging using the browser
• Beautification of code
Reading Week 3 Homework Week 3 Review