map [function]

map( [key, value, ...] )

returns a 'map' (map/hash table) object, containing the even arguments mapped to respective previous arguments

map( "John", "name", 1234567890, "phone" ); // useful for mapping additional data to variables or making sets