_Just one possible way to solve this exercise, not the only way!_
`
length([1,2,3])
head([1,2,3])
tail([1,2,3])
multiplied=reduce((acc,val)=>acc*val,1,[1,2,3])
add10=map(val=>val+10,[1,2,3])
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.