HashTable (HashTable)
Creates an empty HashTable.
Arguments
None
Return values
table
is the new HashTable.
Complexity
Constant
Example
Output:
{ key: 1; value: "1"; }
{ key: 3; value: "3"; }
{ key: 2; value: "2"; }
Creates an empty HashTable.
None
Constant