A quick introduction to JavaScript, what its purpose is, and how it works in cooperation with HTML & CSS.
JavaScript intro
Two completely different programming languages
variable — a box that holds something
variable
if-statement — branches our code 1 of 2 ways
if-statement
loop — repeats our code a number of time
loop
switch — multiple branches
switch
string
number
boolean
true
false
array
<ol>
object
<dl>
function