var html = Array(3).fill('<div class="slider-point" data-id=""></div>').map(fr).join(''); alert(html); function fr(value, index, array) { return value.replace('""', '"' + (index + 1) + '"'); }