Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
micaiahcape committed May 13, 2019
1 parent 36ffc89 commit c50f191
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 @@ -92,7 +92,13 @@ console.log(isGreaterThan(5 , 2));
* Console.log your result.
*/

function mustBeTrue(boo){
if (boo === true){
return true;
}
}

console.log(mustBeTrue(5 > 2));

/*
* #5
Expand Down

0 comments on commit c50f191

Please sign in to comment.