function hash(key) {
let index = 0;
return index % capacity
}
Run
0
0
0
0
0
0
0
0
0
0
Capacity: 10
Example 01