Published
Edited
Sep 26, 2021
Insert cell
# Javascript sorting key function
Insert cell
Insert cell
key_fn = fn => (a, b) => fn(a) - fn(b)
Insert cell
[1, 2, 3].sort(key_fn(x => -x))
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