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

Variables, Functions, Control Flow

By Dize Hacioglu

Variables, Functions, Control Flow

  • 188