could you please help with finding the right answer for the quiz question:
What do you call the message wrapped in curly braces below?
let message = "Hi there";
const element = <p>{message}</p>
a. JS function
b. JS element
c. JS expression
d. JSX wrapper
Is the right answer "JSX wrapper" or "JS expression" reference link from the official docs https://reactjs.org/docs/introducing-jsx.html