Posts by Eduardo Roberto Ferreira • 9 points
2 posts
-
-5
votes1
answer314
viewsQ: I want to create a variable with the dynamic name with javascript
To illustrate better, I have one for, and I want for each time I rotate the loop, to create a variable with the NOME plus the for ex index: for(i=0;i<5;i++){ var "variavel+i" = i…
-
0
votes3
answers396
viewsQ: Odd Number Calculation - Javascript
I’m trying to divide 100 by a number, so I get the percentage of that number to play in a variable that is within a FOR... and that FOR plays the percentage within of an Array... More or Less So:…
javascriptasked Eduardo Roberto Ferreira 9