Challenge: Checking Age Eligibility
Oppgave
Swipe to start coding
Write a program that checks if a person is old enough to drive.
Write a console.log
statement which outputs:
"The user is old enough to drive: true"
ifage
is 18 or older."The user is old enough to drive: false"
if age is less than 18.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 2