What does this code display in the console?
3 * 5
15
Because of the double quotes, "3 * 5" is a string value, not an expression.
"3 * 5"