logo

Crowdly

Betrachte folgenden Code: function ListExample() {   const items = ['Apple',...

✅ 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)
0%
100%
0%
More questions like this

Want instant access to all verified answers on moodle.spengergasse.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!