Skip to content

Commit

Permalink
codeschool-projects#5. Changing formular of answer variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleTorres committed May 2, 2017
1 parent 6dd2d06 commit 124e822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ function guess() {

//implement new functions here
function setHiddenFields(){
answer = Math.floor((Math.random() * 9999));
answer = Math.floor(Math.random() * 9999);
}

0 comments on commit 124e822

Please sign in to comment.