Search
Use the ternary operator to store "Adult" in the status variable if the value of the age variable is greater than or equal to 18. Otherwise, store "Minor" in the status variable.
status
age
18
Use console.log to show the value of the status variable.
console.log