Web technologies Questions | React.js Quiz | Set-2 | Question 7

Last Updated :
Discuss
Comments
Which of the following is called a message that is closed inside the curly braces?
const messages="Hii Geeks";
const element =<p>{messages}<p>
JS Function
JS Element
JS Expression
JSX Wrapper
Share your thoughts in the comments