Question: You have added a style property to the `h1` but there is an unexpected token error when it runs. How do you fix this?

  1. `const element =

    Hi

    ;`
  2. `const element =

    Hi

    ;`
  3. `const element =

    Hi

    ;`
  4. `const element =

    Hi

    ;`

Answer: The correct answer of the above question is Option B:`const element =

Hi

;`