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.');
}