I am trying to declare multiple variables in a for loop but the way I am doing it its not working, I tried to search for similar questions but couldnt find...
for (var n = 0; n < 10; n++)
{
var b + n = document.getElementById("b" + n);
}