diff --git a/Chapter10/Chapter9/Chapter8/Chap8-2.js b/Chapter10/Chapter9/Chapter8/Chap8-2.js index 23be094..b83bc7c 100644 --- a/Chapter10/Chapter9/Chapter8/Chap8-2.js +++ b/Chapter10/Chapter9/Chapter8/Chap8-2.js @@ -1,4 +1,4 @@ -unction HashTable() { +function HashTable() { this.table = new Array(137); this.simpleHash = simpleHash; this.betterHash = betterHash;