I am going through the JS course and I was wondering if instead of making a for loop or a for… in loop with arrays and objects to cycle through indexing, can we use eg. myArray++, myObj++. It looks like that in step 84 of building a role playing game. Or possibly myArray … ++.?