Public
Edited
Aug 10, 2019
1 fork
Importers
18 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof db = Debug()
Insert cell
Insert cell
example = {
db('test', 'this is a static value')
let i = 0;
while (true) {
yield Promises.delay(1000, ++i).then(value => {
db('Value', value);
db('Twice Value', value * 2);
db('Mod 9', value, value % 9 !== 0);
db('Long Name 1', value);
db('Long Name 2', value);
db('Long Name 3', value);
db('Long Name 4', value);
db('Long Name 5', value);
return value;
});
}
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
log('hello');
log({ cat: 5, dog: 'good'});
log({frog: 'jump' })
log(5);
log('hello', 'there');
log('hello', 53);
}
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