// Find the index (position) of the value 4.2 in burrito:
burrito.indexOf(4.2)
// Find the length of the droids array:
droids.length
// Find the value of "height" for the third element in droids (BB-8's height):
droids[2].height
// Find the keys of the first element in the droids array:
Object.keys(droids[1])
// Create and customize a scatterplot of Consumption (HCF) and Current Charges from the nyc_water data:
import{showMe}from"@observablehq/show-me"
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.