Published
Edited
Oct 2, 2019
1 fork
Insert cell
Insert cell
a = [4,2,8,5,10]
Insert cell
s = {
var s = 0
for(var i = 0; i < 5;i++){
s = s + a[i]
}
return s


}
Insert cell
Insert cell
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