Merge branch 'fix/test-slot-machine-to-life' of https://github.com/natac13/freecodecamp into natac13-fix/test-slot-machine-to-life
This commit is contained in:
@ -1474,7 +1474,7 @@
|
|||||||
" }",
|
" }",
|
||||||
" ",
|
" ",
|
||||||
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
|
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
|
||||||
" $(\".logger\").html(slotOne);",
|
" $(\".logger\").text(slotOne);",
|
||||||
" $(\".logger\").append(\" \" + slotTwo);",
|
" $(\".logger\").append(\" \" + slotTwo);",
|
||||||
" $(\".logger\").append(\" \" + slotThree);",
|
" $(\".logger\").append(\" \" + slotThree);",
|
||||||
" }",
|
" }",
|
||||||
|
Reference in New Issue
Block a user