Last active
April 13, 2021 21:18
-
-
Save devfraga/d5ce71e39c4c02cdc39e31080ee0ef19 to your computer and use it in GitHub Desktop.
Sistema de login
This file contains hidden or 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
// Sistema de login | |
function singIn(email, name, password){ | |
return 'Bem vindo Matheus'; | |
} |
This file contains hidden or 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
Sujeito | |
Lucas | |
Ana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment