Home
Tracks
Reset
Help
Theebug — Learn JavaScript by Doing
Light
Explorer
···
▼
THEEBUG
lesson1.js
lesson2.js
lesson3.js
lesson4.js
lesson5.js
lesson6.js
lesson7.js
lesson8.js
lesson9.js
lesson10.js
lesson11.js
Completed
0/11
Score
0
JS
lesson1.js
×
THEEBUG
›
lesson1.js
1
// Variables store data values
2
let
message
=
______
;
3
let
count
=
______
;
4
5
console
.
log
(
message
,
count
)
;
TERMINAL
PROBLEMS
OUTPUT
DEBUG CONSOLE
⊕
⋮
$
[system] Theebug ready. Happy coding!
Code Blocks
Drag blocks into the drop zones above
5 blocks available
"Hello World"
42
true
null
[
]
Game Panel
0:00
0 pts
Level 1 of 11
Variables
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