Question: Within the editor, blocks are rendered as JavaScript. How are blocks rendered on the front end of a site?

  1. as plain HTML
  2. as a React component
  3. as JavaScript comments
  4. as HTML comments

Answer: The correct answer of the above question is Option B:as a React component