InterviewSolution
| 1. |
How To Use Strings As Array Indexes Using Javascript? |
|
Answer» Javascript does not have a true hashtable object, but through its wierdness, you can USE the ARRAY as a hashtable. Javascript does not have a true hashtable object, but through its wierdness, you can use the array as a hashtable. |
|