Kizspy | Question: 33
(Choose 1 answer)
How can you render JSX in a React component?
A. By using the renderJSX() function
B. By passing the JSX as a string to the ReactDOM.render() function
C. By enclosing the JSX in curly braces {} within the component's render() method
D. By using the React.render() function