Public
Edited
Apr 4, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
combined = [adult1, adult2, child1, child2].filter(Boolean).join(zwj)
Insert cell
adultChoices = new Map([
["☐ None", null],
...adults.map(({ name, emoji }) => [`${emoji} ${name}`, emoji])
])
Insert cell
childChoices = new Map([
["☐ None", null],
...children.map(({ name, emoji }) => [`${emoji} ${name}`, emoji])
])
Insert cell
zwj = "\u200D"
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more