Open teidesu opened 1 month ago
const b = new Denque([1, 2, 3, 4, 5, 6, 7, 8]); console.log(b.removeOne(-1)); console.log(b.toArray());
8 [1, 2, 3, 4, 5, 6, 7]
8 [2, 3, 4, 5, 6, 7, undefined]
To view this pull requests documentation preview, visit the following URL:
docs.page/invertase/denque~55
Documentation is deployed and generated using docs.page.
All committers have signed the CLA.
mcve
expected result
actual result