Q&A
Course Intro
Curriculum
Get Started
1 / 4
What value should fill the blank?
let
age
=
16;
if
(age
>=
20)
{
console.log('You
are
an
adult.');
}
{
console.log('You
are
a
teenager.');
}
if
else
else if
elif
Previous
Confirm