or (var iFix I < 3x IPP) {
console.log(i)
creatDiv(i);
}
function creatDiv (item) {
<span id="div"+ item +"" class="personId"></span>
}
Why print out the id of span is all div0