Add the variable found which will represent what the player finds. If they find a health power-up, we'll store the string "health".

Add the found variable with the value health.

Make sure to add var found = "health"; to your code.