Published unlisted
Edited
Jun 20, 2018
Insert cell
Insert cell
{
let dase = [];
let x = 0;
for (let i = 0; i <= 16; i++) {
dase[i] = calculate(temp, x);
x += 0.05;
}
return dase;
}
Insert cell
calculate = (x, y) => x + y
Insert cell
viewof temp = html`<input type=range min=0 max=100 />`
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