Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from an array into a stack and remove every second element.

Run the code to see the output here...