Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який варіант JSX некоректний?
return <div><span>A</span><span>B</span></div>;
return ( <> <h1>Title</h1> <p>Text</p> </>);
return <div class="box"></div>;
всі коректні
return <img src="img.png" />;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!