Published
Edited
Feb 22, 2018
1 fork
Insert cell
Insert cell
mutable runs = 0
Insert cell
function* run() {
let totalRuns = 0;
while (runs > 0) {
yield totalRuns++
mutable runs = runs - 1;
}
}
Insert cell
run()
Insert cell
mutable runs += 1
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