for(constwordof"I love you won’t you tell me your name".split(/\s/g)){
yieldword;
awaitPromises.delay(250);
}
awaitPromises.delay(1000);
}
}
poem=({
stanzas:[
"I have eaten\nthe plums\nthat were in\nthe icebox",
"and which\nyou were probably\nsaving\nfor breakfast",
"Forgive me\nthey were delicious\nso sweet\nand so cold"
]
})
poem.stanzas[0]
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.