Hash Tables in Javascript
November 24, 2002
Javascript is a prototype based object-oriented language where an objects is a mapping from property names to values. This tutorial demonstrates how to wrap these native objects with an hash table implementation similar to that found in the Java API.
Got Something to Say?