What happens if we use an expression inside an f-string?

The value of the expression is displayedThe expression, and not its value, gets displayedWe get an error in the console

The value of the expression is displayed.