Objects in JavaScript are mechanisms for storing data using key/value pairs.
const person = { firstName: "John", lastName: "Doe", age: "26", };