This is more of a syntax question, but I couldn't quite google it properly.
Say I have 2 variables:
classHours = 127;
currentNumber = 3;
How would I NAME a variable based off these numbers?
So let's say I wanted a variable named
classHours + "pop_up" + currentNumber
How would I go about that?