Untitled

Anonymous
javascript
04/24/2024 9:27 PM
340 B
17
Indexable
        {
          questions.map((q, index) => (
            corrected.map((correct) => (correct.index === index && <li className="bg-red-500 w-8 h-8 flex items-center justify-center rounded-lg" key={index}>{index + 1}</li> ))
          ))
        }
Editor is loading...
Leave a Comment