5 Commits

Author SHA1 Message Date
df4a783b06 Complying with JavaScript Standard Style (npx standard --fix). 2021-10-11 15:49:24 +02:00
a3d44ad3e1 Data Structure : remove live code & console.log 2021-10-10 16:11:06 +02:00
ca4c1a62af style: Fixed most styles (according to standardjs) 2021-05-21 11:16:11 +05:30
8a9ea57f01 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
2020-07-24 09:38:56 +05:30
75f6888019 Javascript/Math: editing file name 2020-05-06 18:30:19 +05:30