Guest User

Untitled

a guest
Feb 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # Conditionals Instructor Notes
  2.  
  3. ## Objectives
  4. * Explain the syntax of a `for-loop`(classical, for-in, for-of) and a `while-loop`
  5. * Describe under which situations each is useful
  6. * Explain the syntax of an `if-else` and `switch` statement
  7. * Describe under which situations each is useful
  8.  
  9. ## What is the syntax for looping?
  10. * With your table, create a syntax guide for loops (for, for-in, for-of, while).
  11.  
  12. ## Describe under which situations each is useful
  13. * With your table, describe when each type of loop is useful.
  14.  
  15. ## Explain the syntax of an `if-else` and `switch` statement
  16. * With your table, create a syntax guide for conditional statements.
  17.  
  18. ## Describe under which situations each is useful
  19. * With your table, describe when each type of conditional is useful.
Add Comment
Please, Sign In to add comment