79072465

Date: 2024-10-10 01:20:27
Score: 0.5
Natty:
Report link

For this you can just use for loop

const emptyRow = 3;
for (let i = 1; i <3 ; i++) {
    return (
      <div>place items here</div>
    )
 }

Hope this helps...

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jaiyash Godani