JavaScript with Loops.

We started our day with a recap about everything we learned so far covering JavaScript, datatypes (string, number, arrays, undefined, boolean, object), variables, condition, functions and some different methods.

Most important, we did an exercise collectively in a live coding session called " Basic Facebook or Twitter”. It helped me to use what we studied so far, to see what the idea behind Facebook or Twitter, just by using what we learned only.

We learned about Loops in Javascript all 4 types: while, do while, for forEach. And we took a look also on various loop execution using one case.

In the afternoon, it was time to practise, ask questions in small groups, which helps a lot, we learn from each other questions or mistakes.