Challenge: Accessing Data From a Variable
Task
Swipe to start coding
- Create a variable
firstName
with value"Alice"
. - Create a variable
lastName
with value"Johnson"
. - Create a variable
age
with value25
. - Write a
console.log
statement outputting:
User: Alice Johnson is 25 years old.
Use the values of variables inside the console.log
statement to generate this output.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 3
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: Accessing Data From a Variable
Swipe to show menu
Task
Swipe to start coding
- Create a variable
firstName
with value"Alice"
. - Create a variable
lastName
with value"Johnson"
. - Create a variable
age
with value25
. - Write a
console.log
statement outputting:
User: Alice Johnson is 25 years old.
Use the values of variables inside the console.log
statement to generate this output.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.33SectionΒ 2. ChapterΒ 3
single