zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

Implemented a stack algorithm in vanilla js #100

Closed AustinMCrane closed 6 years ago

AustinMCrane commented 6 years ago

The Pull Request resolves Issue #68

Description: Implemented a stack algorithm in vanilla js created a js prototype that implements the following functions:

push - adds an item onto the stack pop - removes the first item from the stack size - gives the number of items in the stack

senapati-deepak commented 6 years ago

Please strictly follow the directory structure. Place your code inside a js folder