Public
Edited
Apr 17, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
lookup = arrayAZ.map((e,i) => [e, code.split(" ")[i]])
Insert cell
"’".charCodeAt(0)
Insert cell
checkChar = c => {
const ascii = c.charCodeAt(0),
upper = ascii-65,
lower = ascii-97,
check = e => e >= 0 && e <26

return {
isChar: check(upper) || check(lower),
isUpper: check(upper),
isLower: check(lower)

}
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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