SIGN IN SIGN UP

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

34084 0 0 JavaScript

fixed issue with delete operator on stacks (#218)

* fixed issue with delete operator 

using delete operator in arrays ,element remains undefined. so splice is the clean way to do that

* Fixed the semicolon and let errors

* Update Stack.js
H
Harish sambasivam committed
8a9ea57f0144e5e7c6cb14546b72cc6a8062dcb7
Parent: edd5a69
Committed by GitHub <noreply@github.com> on 7/24/2020, 4:08:56 AM