Public
Edited
May 31, 2023
Insert cell
Insert cell
arr = Array.from({ length: 10 }, (e, i) => i)
Insert cell
arr.map((e, i) => {
section1: {
if (i > 5) {
break section1;
}
return e;
}
return "fallback";
})
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