Challenge: Declaring a Variable
Task
Swipe to start coding
In the given code, there's a console.log
line trying to output a variable called users
.
- Declare a variable called
users
. - Assign it a value of
157
.
The code should output: Number of Users: 157
.
Make sure you declare it at the correct place so that the code compiles successfully.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.33
Challenge: Declaring a Variable
Swipe to show menu
Task
Swipe to start coding
In the given code, there's a console.log
line trying to output a variable called users
.
- Declare a variable called
users
. - Assign it a value of
157
.
The code should output: Number of Users: 157
.
Make sure you declare it at the correct place so that the code compiles successfully.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.33SectionΒ 2. ChapterΒ 2
single