Public
Edited
Jul 19, 2024
Fork of Test purpose
Insert cell
# Lodash/fp Workout
Insert cell
curry = (f) =>
(a, ..._) =>
_.length ? f(a, ..._) : (..._) => f(a, ..._)
Insert cell
fp.flow(
curry(D.format)(new Date())
)('yyyyMMdd');

// format(new Date(2014, 1, 11), "yyyy-MM-dd");

Insert cell
Insert cell
axios = require('axios')
Insert cell
lodash = require('lodash')
Insert cell
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