Challenge: Accessing Data From a Variable
Tâche
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.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 3