What happens if we use an expression inside an f-string?
The value of the expression is displayed
The expression, and not its value, gets displayed
We get an error in the console
The value of the expression is displayed.