Values can also be numbers. Unlike strings, they have no quotes around them.

Which of these values is a number?

1"1"friend_list

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.