Topic: Stack Problem / Level: beginner

Problem: Create a function to push the elements of an array into a stack and remove every third element.

Run the code to see the output here...