JSFiddle - React, Tailwind, and code Playground

by Sajeev

JavaScript

var s="";
for(var i=1;i<=10;i++)
{
    s=s+"'"+"id"+i+"',"
}
alert(s);