Skip to content

Commit

Permalink
completed devleagueprep#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Sirois authored and Alexandra Sirois committed Jun 10, 2017
1 parent 2ccffef commit 1f745e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exercises.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ console.log(canVote(20));
* Console.log your result.
*/

function login(password){
if(password === "test1234"){
return "Login Success!";
}
}
console.log(login("test1234"));

/*
* #3
Expand Down

0 comments on commit 1f745e3

Please sign in to comment.