Untitled

 avatar
unknown
javascript
a year ago
254 B
6
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