What will this line of code display on the console?

`false``result`

We stored "moon" !== "moon" in the variable result. That means result holds the value false.