Explorer
project
index.css
index.html
index.js
logo.png
Dependencies
const myObject = {
property: 'Value!',
otherProperty: 77,
"obnoxious property": function() {
// do stuff!
}
}
// const variable = 'property'
// console.log(myObject.variable);
// console.log(myObject[variable]);