I'm not sure how to solve this, everything I look up requires a ? but it's saying that I can use one. Anyone have a suggestion?
Atom think outside of the box. What would be printed in the console if you say console.log(age >= 21)?
console.log(age >= 21)
Maybe there is another way to solve this, but you can think of a mathematical operation that will be 0 if age < 21 and cast it to boolean.