MS JScript JavaScript Tutorial

Syntax

dictionaryobj.Add(key, item)
The Add() method adds new items to the dictionary using key, item pairs.
The item can be of any type, but the key cannot be an array.
Nothing is returned from this method.