Skip to content

Instantly share code, notes, and snippets.

@bwreid
Forked from rogerwschmidt/conditionals.md
Last active March 27, 2018 01:34
Show Gist options
  • Save bwreid/2c1e0a2a2e961ddca83107cb443c2da4 to your computer and use it in GitHub Desktop.
Save bwreid/2c1e0a2a2e961ddca83107cb443c2da4 to your computer and use it in GitHub Desktop.

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.

    Your answer...

  • Describe under which situations each is useful.

    Your answer...

Iterations

Objectives

  • Explain the syntax of a for-loop(classical, for-in, for-of) and a while-loop
  • Describe under which situations each is useful

Guiding Questions

  • What is the syntax for looping? With your table, create a syntax guide for loops (for, for-in, for-of, while).

    Your answer...

  • In which situation is each of the above useful? Is there a time when one would be better than another?

    Your answer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment