Variables, Functions, Control Flow in JavaScript
Objectives
Explain what a variable is
Explain the purpose of a function
Write functions
Use if / if else / else statements to conditionally execute code
Use while loops to conditionally repeat statements
Use for loops to iterate a specific number of times
variable
function
function
if/if else/else
while
for
Variables
Made with Slides.com