// Negative indexing will not work with normal arrays
normal_arr[-1]
proxied_arr=negativeArray(normal_arr)
// But with our proxy we override the indexing to provide support for negative indices
proxied_arr[-1]
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.