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 Preparation Homework
1. Intro JavaScript (What is it, what can you use it for)
Setup js either via browser or via node
Variables: var, let, const
Console.log
Types: String, number, boolean, null, undefined, array
Operators
Preparation Homework
2. Conditions
Functions
Global vs local scope
For loop
Preparation Homework
3. • Functions
• Basic DOM manipulations [img src, innerHTML]
• Code commenting
• Code debugging using the browser
• Beautification of code
Preparation Homework