Output Using Variables 2/2
Tarea
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
Solución
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,
.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 3
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 2
Output Using Variables 2/2
Desliza para mostrar el menú
Tarea
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
Solución
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,
.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 2Sección 1. Capítulo 3
single