Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Guo authored and Kevin Guo committed Jan 12, 2019
1 parent 114f2a0 commit 20a52d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exercises.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ console.log(canVote(18));
* Console.log your result.
*/


function login(password){
if(password === 'test1234')
return 'Login Success!'
}
console.log(login("test1234"));
/*
* #3
* Function - isGreaterThan
Expand Down

0 comments on commit 20a52d7

Please sign in to comment.