Created
August 5, 2015 23:42
-
-
Save williamd1k0/86da284fb21d4f7dc9fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// exemplo switch -> case | |
switch(mesNumero){ | |
case '1': var mes = 'Janeiro'; | |
break; | |
case '2': var mes = 'Fevereiro'; | |
break; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment