Published
Edited
Mar 15, 2022
3 stars
Insert cell
Insert cell
{
console.log("See?")
}
Insert cell
Insert cell
{
mutable debug = "This'll show up as the value of the cell below."
}
Insert cell
mutable debug = {}
Insert cell
Insert cell
Insert cell
myFunction = async () => {
const arr = [];
for (let i = 1; i <= 10; i++) {
mutable debug = i;
arr.push(i);
await Promises.delay(100);
}
return arr;
}
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