Challenge: Declaring a Variable
Taak
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.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 2