Published
Edited
Mar 30, 2020
3 stars
Insert cell
Insert cell
_ = (await import("https://unpkg.com/underscore@1.10.1/modules/index-all.js"))
.default
Insert cell
Insert cell
_.map([1, 2, 3], num => num * 3)
Insert cell
_.invoke([[3, 2, 1], [7, 8, 6, 5, 4]], 'sort').join()
Insert cell
_.pluck(
[
{ name: 'moe', age: 40 },
{ name: 'larry', age: 50 },
{ name: 'curly', age: 60 }
],
'name'
)
Insert cell
_.intersection([1, 2, 3], [101, 2, 1, 10], [13, 2, 1])
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