Skip to content

Instantly share code, notes, and snippets.

View bwreid's full-sized avatar

Wes Reid bwreid

  • Pursuit
  • Seattle, WA
View GitHub Profile

Functions

Objectives

  • Define what an abstractions is
  • Explain why abstractions are useful
  • Define what a function is and why they are useful
  • Explain the syntax of functions
  • Describe why functions are abstractions

Conditionals

Objectives

  • Explain the syntax of an if-else and switch statement
  • Describe under which situations each is useful

Guiding Questions

  • Explain the syntax of an if-else and switch statement. With your table, create a syntax guide for conditional statements.