An outline of the course. A review of the origins and purpose of Javascript. Introduciton to the Glitch platform.
What is is, what role it plays, why was it built.
A look at at the components of a glitch project. Also types of project will we build?
The options available in a Glitch project + a an overview of the community projects
Place javascript in its proper context, and explore its relationship to the browser.
Explore the javascript variables, including the basic types, conversion and usage
Boolean expressions, operators and selection statements
Using const & let. Declaring and using objects.