wonkyArray=["bob",-2.5,true,"Solly the Sexy Saxaphone"]
emptyArray=[]//this is how we declare an empty array
theirArmy=["dog1","dog2","dog3","dog4"]//do not change
ourArmy=["superKitty"]//do not change
allAnimals=ourArmy.concat(theirArmy)
allAnimalsII=allAnimals.concat("superDoggo")
allAnimalsIII=allAnimalsII.indexOf("superKitty")
allAnimalsIV=allAnimalsII.splice(0,5)
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.