Public
Edited
Apr 27, 2023
Insert cell
Insert cell
1 + 2
Insert cell
Insert cell
myFavColor = "purple"
Insert cell
viewof yourFavColor = Inputs.color({label: "Your Favorite color", value: "#4682b4"})
Insert cell
Insert cell
function greet(name){
return `Hello ${name}`;
}
Insert cell
greet("Elif");
Insert cell
console.log("Hello CSE412!")
Insert cell
{
for(let i=0; i< 5; i++){
console.log(i + ": " + Date.now() + " ms");
}
}
Insert cell
{
for(let i=0; i< 5; i++){
debugger;
console.log(i + ": " + Date.now() + " ms");
}
}
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