mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Several bug fixes.
This commit is contained in:
@ -83,7 +83,6 @@ class ArrayHashMap {
|
||||
print() {
|
||||
let pairSet = this.entries();
|
||||
for (const pair of pairSet) {
|
||||
if (!pair) continue;
|
||||
console.info(`${pair.key} -> ${pair.val}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user