HomeTracks
Explorer···
THEEBUG
Completed0/11
Score0
JSlesson1.js×
THEEBUGlesson1.js
1
// Variables store data values
2
let message = ______;
3
let count = ______;
4
 
5
console.log(message, count);
$[system] Theebug ready. Happy coding!
Code BlocksDrag blocks into the drop zones above
5 blocks available
"Hello World"
42
true
null
[]
Game Panel
0:000 pts
Level 1 of 11Variables
0/2 slots correct
Objective
Assign values to the variables so the program outputs "Hello World 42"
Expected Output
Hello World 42
Debug says:
Hi! I'm Debug the worm! 🐛 Drag the correct values into the empty slots to assign the variables. Message should be a string, count should be a number!
Debug the Worm