Skip to content

Commit

Permalink
Preparing the trick question and adding it to the homework_questions …
Browse files Browse the repository at this point in the history
…array.
  • Loading branch information
SanjayKumarr committed Aug 28, 2017
1 parent 037fc41 commit 93f0d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/questionDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function getQuestion(get_new_question) {
"\n multiply any number with 5!",
"multiply \n a two digit number with 11",
"multiply two digits \n when the sum of the one's digit is 10",
//"Include your trick in the questions array"
];

if(is_user_selecting_question) {
Expand Down

0 comments on commit 93f0d8f

Please sign in to comment.