Question: Question 2 2 3 Observe the below given JavaScript code and predict the JSX equivalent syntax from the given options. const App = 0 =
Question
Observe the below given JavaScript code and predict the JSX equivalent syntax from the given options.
const App
return React.createElement div null, React.createElement h "Hello World" React.createElementp null;
export default App;
div pnull
h Hello World h p null
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
