Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
micaiahcape committed May 12, 2019
1 parent 72dcb13 commit a86ee90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exercises.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ console.log(canVote(19));
* Console.log your result.
*/

function login(password){
if (password === 'test1234'){
return 'login success!'
}
}

login(test1234);

/*
* #3
Expand Down

0 comments on commit a86ee90

Please sign in to comment.