get
get(key) -> value
Returns the value of the hash’s key property.
Examples
var h = new Hash({ a: 'apple', b: 'banana', c: 'coconut' });
h.get('a');
// -> 'apple'
h.get('d');
// -> undefined
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор
© 2009 перевод Иванов Егор