An outline of the course. A review of the origins and purpose of Javascript. Introduciton to the Glitch platform.
Variables & Objects in Javascript. The 6 fundamental types: undefined, null, boolean, number, string and object.
The structure of a Gltich application. How the front end and back end work together. Node modules.
Looking at the role of the template engine + how we integrate Json models.
How we break out the playlist into an independent controller/view - and how the model supports this.
Review the sample solution from Web Development. Present the assignment specification.