Published
Edited
Jun 12, 2019
Insert cell
Insert cell
Insert cell
{
const f = x => y => x*y
// 함수를 제대로 작성하면 아래 결과가 true가 될 것이다
return f(2)(3) == 6 && f(4)(5)
}
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