Published
Edited
Oct 8, 2022
1 star
Insert cell
Insert cell
x = {
myConsole.clear();
let result = 0;
for (let a = 0; a < 10; a++) {
for (let b = 0; b < 10; b++) {
myConsole.log(`${a}, ${b}`);
result += a*b;
yield result;
}
}
}
Insert cell
x
Insert cell
viewof myConsole = new Console
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