mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-31 18:03:18 -05:00
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){",
|
||||
" $(\".logger\").html(slotOne);",
|
||||
" $(\".logger\").text(slotOne);",
|
||||
" $(\".logger\").append(\" \" + slotTwo);",
|
||||
" $(\".logger\").append(\" \" + slotThree);",
|
||||
" }",
|
||||
|
||||
Reference in New Issue
Block a user