Challenge: Accessing Data From a Variable
Tehtävä
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:
python
Use the values of variables inside the console.log
statement to generate this output.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3