Skip to main content
Code Cinema
JavaScript
Objects
Build an object. Watch properties fill the card live.
l
e
t
u
s
e
r
=
{
}
;
u
s
e
r
.
n
a
m
e
=
"
A
l
e
x
"
;
u
s
e
r
.
a
g
e
=
2
5
;
u
s
e
r
.
a
c
t
i
v
e
=
t
r
u
e
;
Click here and start typing...
Object — key/value pairs
Type the first line to create the object...