Public
Edited
Aug 10, 2023
Insert cell
Insert cell
variable = 5
Insert cell
{
if (variable >= 2) {
return "verdadero";
} else {
return "falso";
}
}
Insert cell
function darSuma(num1, num2) {
return num1 + num2;
}
Insert cell
darSuma(2, 10)
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