A stack is a collection of items that follow the "last in, first out" principle or LIFO. An example of a stack would be putting your clothes on in order or the sites you visit in your browser.
Adds an item to the top of the stack
Removes an item from top of stack
View the next item in the stack
Return the length of the stack
Return boolean based on the array being empty or not