Non-tested slot machine challenges. Leaving out one challenge as it will require slot machine images to be created and hosted in a static location

This commit is contained in:
benmcmahon100
2015-07-31 19:56:11 +01:00
parent 74d938b3af
commit 4b47e5282c

View File

@ -1392,6 +1392,7 @@
" var slotTwo;", " var slotTwo;",
" var slotThree;", " var slotThree;",
" ", " ",
" //Placeholder",
" var images = ['http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens'];", " var images = ['http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens','http://bit.ly/fcc-kittens'];",
" ", " ",
" slotOne = Math.floor(Math.random() * (5 - 1 + 1)) + 1;", " slotOne = Math.floor(Math.random() * (5 - 1 + 1)) + 1;",