const myObject = {
    greeting: 'Hello!'
}

console.log(myObject.greeting);