Guest User

Untitled

a guest
Jun 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const color = 'Red'
  2.  
  3. switch(color) {
  4. case 'Red':
  5. //do something
  6. case 'Green':
  7. //something else
  8. }
Add Comment
Please, Sign In to add comment