When running this program the example array, "removedFromOurArray" on line 3 isn't declared so it gives the error, "removedFromOurArray is not defined". This happens even if the individual practicing got the lesson correct.

the issue is here on line 3, the variable provided in the lesson template is not declared with var.

@OrionYEC to pass the lesson in the meanwhile, please add the var keyword to line 3 in the editor. Thank you for reporting this issue.
Hi @OrionYEC, thanks for reporting the issue. It was addressed in #17287 and the fix was already merged (https://github.com/freeCodeCamp/freeCodeCamp/pull/17239). All we can do now is to wait for the next deployment for the change to take effect.
You can use @mstellaluna 's solution to pass the challenge for now.
Thank you for reporting this issue @OrionYEC
This is a standard message notifying you that this issue appears to be very similar to issue #17287 , so I am closing it as a duplicate.
If you think I鈥檓 wrong in closing this issue, please reopen it and add further clarification. Thank you, and happy coding.
Most helpful comment
the issue is here on line 3, the variable provided in the lesson template is not declared with var.

@OrionYEC to pass the lesson in the meanwhile, please add the var keyword to line 3 in the editor. Thank you for reporting this issue.