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