Code to go logo
Created using Figma
Use Cases
Contribute
How to create an object in JavaScript
Objects
By Jad Joubran ·
Last updated Nov 11, 2017
const person = { key: "value", first_name: "John", last_name: "Doe" };
Nov 11, 2017
1
Jad Joubran
See answer
1
Jad Joubran
Object
on MDN
Learn JavaScript step by step