Published
Edited
Apr 6, 2020
Importers
Insert cell
Insert cell
range = n => "".padStart(n).split('').map((e,i)=>i)
Insert cell
{
let string = ``;
for(let i in range(20)){
string += `<span>${i}, </span>`
}
return html`${string}`
}
Insert cell
normalize = (a,b) => a / b
Insert cell
normalize(5,10)
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