Untitled
unknown
javascript
2 years ago
254 B
7
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