Public
Edited
Mar 13, 2023
Insert cell
Insert cell
heroes = [
{name:"Batman",id:"Bruce Wayne",age:40,villains:["Joker","Penguin","Riddler"]},
{name:"Wonder Woman",id:"Diana Prince",age:30,villains:["Cheetah","Apollo","Ares"]},
{name:"Iron Man",id:"Tony Stark",age:45,villains:["AIM","Crimson Dynamo","Titanium Man"]},
{name:"Superman",id:"Clark Kent",age:35,villains:["Zod","Lex Luthor","Brainiac"]}
]
Insert cell
heroes[2].villains[1]
Insert cell
heroes.map(d => d.name)
Insert cell
heroes.filter(d => d.age > 40)
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