In this Sprint you learned a bunch of JavaScript!

This blog should strengthen your understanding of JavaScript and its relationship to HTML and CSS. Control flow and loops, arrays and objects. Functions and why they are useful. AND the DOM and DevTools

29 November 2019

We are going to discuss:

An analogy to describe the differences between HTML and CSS

Explain control flow and loops using an example process from everyday life.

Describe what the DOM is and an example of how you might interact with it.

Explain the difference between accessing data from arrays and objects.

Explain what functions are and why they are useful.