Published
Edited
Dec 13, 2017
22 stars
Insert cell
Insert cell
Insert cell
tenTimes = {
for (let i = 0; i < 10; i++) {
yield Promises.delay(1000);
}
}
Insert cell
{
tenTimes;
return (this || 0) + 1;
}
Insert cell
Insert cell
Insert cell
{
return (this || []).concat(input);
}
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