Datos de objetos de acceso
// dot notation
myObject.property // 'Value!'
// bracket notation
myObject["obnoxious property"] // [Function]
Worrisome Weasel
// dot notation
myObject.property // 'Value!'
// bracket notation
myObject["obnoxious property"] // [Function]