Skip to main content
Viz
luma
Code Cinema
JavaScript
Capstone
Chain it all together. One pipeline, every concept.
c
o
n
s
t
n
u
m
s
=
[
1
,
2
,
3
,
4
,
5
]
;
c
o
n
s
t
d
o
u
b
l
e
d
=
n
u
m
s
.
m
a
p
(
x
=
>
x
*
2
)
;
c
o
n
s
t
b
i
g
=
d
o
u
b
l
e
d
.
f
i
l
t
e
r
(
x
=
>
x
>
4
)
;
c
o
n
s
o
l
e
.
l
o
g
(
b
i
g
)
;
Click here and start typing...
Capstone — chaining it all together
Type the first line to start the pipeline...