Challenge: Accessing Data From a Variable
Oppgave
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.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 3