Week 1

Summary

For the first week, we started with the fundamentals of JavaScript.

Tasks

Tuesday

We started off with JavaScript, beginning with the basics - dot notation (syntax) and commands such as console.log, console.table, Math.round and so on.

Dot Notation

Wednesday

We had a look at using variables with console.log to log sentences, and the different ways that you could do that: with quotation marks (" or '), with backticks (`) on one line, and using multiple lines to output the text on multiple lines.

Variables
Variables 2

And then we had to try using variables to do set tasks.

Variables Activity 1
Variables Activity 2
Variables Activity 3

Finally, we had a look at if else statements.

If/Else 1
If/Else 2
If/Else 3

Thursday

We had a look at if else statements again with some challenges.

If/Else Challenges

And then started to have a look at arrays and loops.

Arrays:

Arrays
Arrays Challenges 1
Arrays Challenges 2
Arrays Challenges 3
Arrays Challenges 4

Loops:

Loops For
Loops While
Loops Challenges 1
Loops Challenges 2

Friday

We started on functions and did some activities on it.

Functions 1
Functions 2
Functions 3
Functions Activity

Then we started to do our challenges for functions which were to be submitted.

Functions Challenges

GitHub - Week 1 Challenges