Skip to content

Instantly share code, notes, and snippets.

@devfraga
Last active April 13, 2021 21:18
Show Gist options
  • Save devfraga/d5ce71e39c4c02cdc39e31080ee0ef19 to your computer and use it in GitHub Desktop.
Save devfraga/d5ce71e39c4c02cdc39e31080ee0ef19 to your computer and use it in GitHub Desktop.
Sistema de login
// Sistema de login
function singIn(email, name, password){
return 'Bem vindo Matheus';
}
Sujeito
Lucas
Ana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment