Published
Edited
Jul 3, 2022
3 stars
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
mout =require('https://bundle.run/mout@1.2.3')
Insert cell
mout.math.clamp(17, 0, 10);
Insert cell
mout.array.collect([1, 2, 3], function(val) {
return [val, val % 2];
});
Insert cell
{
var foo = ['a', 'b'],
bar = ['b', 'd'];
yield mout.array.combine(foo, bar);
}
Insert cell
{
yield mout.random.guid();
}
Insert cell
{
yield mout.string.camelCase('lorem-ipsum-dolor');
}
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