Skip to content

Instantly share code, notes, and snippets.

@williamd1k0
Created August 5, 2015 23:42
Show Gist options
  • Save williamd1k0/86da284fb21d4f7dc9fa to your computer and use it in GitHub Desktop.
Save williamd1k0/86da284fb21d4f7dc9fa to your computer and use it in GitHub Desktop.
// 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