# Q: Is .length a property or a method?
Ans length is a property.
.toUpperCase() is a function that requires the () because it's an action that you are performing.
# backticks or tilde
You already know that you can create strings with double quotes or single quotes, but as you already know, these strings do not support interpolation.