For the first week, we started with the fundamentals of JavaScript.
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.
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.
And then we had to try using variables to do set tasks.
Finally, we had a look at if else statements.
We had a look at if else statements again with some challenges.
And then started to have a look at arrays and loops.
Arrays:
Loops:
We started on functions and did some activities on it.
Then we started to do our challenges for functions which were to be submitted.