Published
Edited
Aug 30, 2021
Insert cell
Insert cell
f = function(x){
return x*x
}
Insert cell
g = function(x,y){
return x + y
}
Insert cell
fNew = x => x*x
Insert cell
gNew = (x,y) => x + y
Insert cell
gNew(1,6)
Insert cell
gNew(3,9)
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