What do you call the message wrapped in curly braces below?
const message = 'Hi there'; const element = <p>{message}</p>;
a JS function
a JS element
a JSX wrapper
a JS expression