Published
Edited
May 24, 2022
2 stars
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
R = require('ramda@0.28.0/dist/ramda.min.js')

Insert cell
Insert cell
R.add(7)(10);
Insert cell
Insert cell
R.adjust(-1, R.toUpper, ['a', 'b', 'c', 'd']);
Insert cell
Insert cell
{
const gt10 = R.gt(R.__, 10)
const lt20 = R.lt(R.__, 20)
const f = R.both(gt10, lt20);
f(15); //=> true
f(30); //=> false

yield R.both([false, false, 'a'], [11]); //=> [false, false, 11]
}
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