I want to use a number of one variable and create several SVG objects the same. Just change your position and name in JavaScript.
As in the for
loop sampled in the pseudo-code:
for(i=0; i<variavel; i++){
<circle title=circle cx="250" cy="250" r="5" stroke="black" stroke-width="2" fill="green" />
}