A hash array created by the operator [] contains a collection of key-value pairs, of which the key is a string and the value can be an object of any type. a = ["name"="My Name", "Age"=5]; // , is used to separate array items