Posts by Esther Maia • 16 points
1 post
-
0
votes1
answer24
viewsA: Include in a variable url conunt javascript 'console' Chrome
First, the string you want is a template string, using ` instead of ' ex: window.open(/teste/numero/${suaVariavel}/, '_Blank') the loop would then look like this: for (var i = 1; i <= 100000;…