javascript
Copy
// Create an object
const
myObject
=
{
name:
'Alice'
,
age:
25
,
city:
'New York'
};