added a semicolon on line 1483

there is a semicolon missing on line 16 of the editor in the url http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine
pull/4191/head
venky18 2015-11-05 23:16:23 +05:30
parent cd0323a60d
commit 42b5523328
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@
" slotThree = Math.floor(Math.random() * (3 - 1 + 1)) + 1;",
" ",
" $(\".logger\").html(\"\");",
" $(\".logger\").html(\"Not A Win\")",
" $(\".logger\").html(\"Not A Win\");",
" ",
" // Only change code below this line.",
" ",