I don't understand why somehow during my 4th If statement that my Boolean 'up' gets changed to False. I don't understand if 'up' is now changed to False that 'i' does not decrement. I figure that if the If does not satisfy the condition it should simply be skipped. But that does not seem to be the case.
CONSOLE RESULTS:
Value of i = 0
Value of up-1 = true
Value of up-2 = true
Value of up-3 = true
TRUE CONDITION
Value of up-4 = true
Value of up-5 = false
Value of i = 1
Value of up-1 = false
Value of up-2 = false
Value of up-3 = false
TRUE CONDITION
Value of up-4 = true
Value of up-5 = false
Value of i = 2
Value of up-1 = false
Value of up-2 = false
Value of up-3 = false
TRUE CONDITION
Value of up-4 = true
Value of up-5 = false
Value of i = 3
...etcetera....
In which case it would be best to avoid noob as a verb in future, please. One reason for requiring real words is that they cause confusion to non‑native English speakers.