Values can also be numbers. Unlike strings, they have no quotes around them.
Which of these values is a number?
Good choice! "1"
might look like a number as well, but the quotes around it make it a string.
Look for the number without quotes (""
) around it.