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
This commit is contained in:
venky18
2015-11-05 23:16:23 +05:30
parent cd0323a60d
commit 42b5523328

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.",
" ",