Output Using Variables 2/2
Taak
Swipe to start coding
A variable named country
has been given to you. Your task is, using the above variable, to print the statement My country is USA and I love my country
in the console window using console.log
Oplossing
Summary:
- The
console.log()
in JavaScript is used to display output to the users. - JavaScript support both single-quotes as well as double-quotes.
- Variables can also be passed into the
console.log()
and they have to be separated by a comma,
.
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 3
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 2
Output Using Variables 2/2
Veeg om het menu te tonen
Taak
Swipe to start coding
A variable named country
has been given to you. Your task is, using the above variable, to print the statement My country is USA and I love my country
in the console window using console.log
Oplossing
Summary:
- The
console.log()
in JavaScript is used to display output to the users. - JavaScript support both single-quotes as well as double-quotes.
- Variables can also be passed into the
console.log()
and they have to be separated by a comma,
.
Was alles duidelijk?
Bedankt voor je feedback!
Awesome!
Completion rate improved to 2Sectie 1. Hoofdstuk 3
single