Public
Edited
Feb 2, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
isPangram = alphabet.every(letter => textarea.toLowerCase().indexOf(letter) !== -1)
Insert cell
alphabet = "abcdefghijklmnopqrstuvwxyz".split("")
Insert cell
examples = [
// For a handwriting challenge to my friends from The Bowdoin Orient student newspaper
"Just go quiz very kind Orient friends how lax their pen has become"
]
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