Skip to content

Commit

Permalink
Adding a trick to the calculator challenge state.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayKumarr committed Aug 28, 2017
1 parent a3f45da commit f2cfbf7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/calcChallenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ function verifyChallengeAnswer() {
answered_right = true;
}
break;

case 8:
/*
This is very similiar to the changes you have made in the play.js file.
*/
break;

default:
break;
Expand Down Expand Up @@ -264,6 +270,9 @@ function getChallengeQuestion() {
break;

case 8:
/*
This is very similiar to the changes you have made in the play.js file.
*/
break;

case 9:
Expand Down

0 comments on commit f2cfbf7

Please sign in to comment.