Published
Edited
May 14, 2018
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
console.log("deeplizard")
Insert cell
Insert cell
name = "deep" + "lizard"
Insert cell
Insert cell
console.log(name)
Insert cell
Insert cell
Insert cell
typeof name
Insert cell
Insert cell
name[6]
Insert cell
Insert cell
name.indexOf("z")
Insert cell
Insert cell
name.endsWith("lizard")
Insert cell
Insert cell
name.startsWith("lizard")
Insert cell
Insert cell
failure = name.contains("lizard")
Insert cell
Insert cell
success = name.includes("lizard")
Insert cell
Insert cell
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