Skip to main content
Code Cinema
JavaScript

Build an object. Watch properties fill the card live.

let user = {}; user.name = "Alex"; user.age = 25; user.active = true;
Click here and start typing...
Object — key/value pairs
Type the first line to create the object...