Question: With the following component class, what template syntax would you use in the template to display the value of the title class field?

  1. `{{ 'title' }}`
  2. `{{ title }}`
  3. `[title]`
  4. A class field cannot be displayed in a template via the template syntax.

Answer: The correct answer of the above question is Option B:`{{ title }}`