Published
Edited
Oct 20, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Chance = require('chance@1.1.8/chance.js')
Insert cell
Insert cell
chance = new Chance()
Insert cell
Insert cell
Insert cell
html`<div>${chance.word({ length: 5 })}</div>`
Insert cell
Insert cell
Insert cell
animals = {
const out = html``;
yield out;
for( let i =0; i< 10; i++){
out.appendChild(html`<p><b>${chance.animal({type: 'zoo'})}</b></p>`)
}
}
Insert cell
Insert cell
Insert cell
<img src=${chance.avatar({
protocol: 'https',
email: 'triptych@gmail.com'
})}/>
Insert cell
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