We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903b3c8 commit 1323cf2Copy full SHA for 1323cf2
Chapter10/Chapter9/Chapter8/Chap8-2.js
@@ -1,4 +1,4 @@
1
-unction HashTable() {
+function HashTable() {
2
this.table = new Array(137);
3
this.simpleHash = simpleHash;
4
this.betterHash = betterHash;
0 commit comments