✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Betrachte folgenden Code:
function ListExample() { const items = ['Apple', 'Banana', 'Cherry']; return ( <ul> {items.map(item => <li key={item}>{item}</li>)} </ul> );}
Welche Ausgabe wird im Browser gerendert?
(i)Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!