Published
Edited
Mar 5, 2018
2 stars
Insert cell
md`# Arrow function example`
Insert cell
Insert cell
greeting = () => "hello"
Insert cell
Insert cell
moreWaffles()
Insert cell
moreWaffles = {
const pastry = 'waffles'
return () => `${globalWaffles} ${pastry}`
}
Insert cell
globalWaffles = 89
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