Public
Edited
Sep 13, 2023
Fork of Intro JS
1 star
Insert cell
Insert cell
d3.range(0, 20)
Insert cell
viewof sel = navio(data)
Insert cell
sel
Insert cell
doubleAge = age * 2
Insert cell
age = 13
Insert cell
name = "John"
Insert cell
aList = [age, name]
Insert cell
{
function sayName() {
console.log(`${name} is ${age} years old`);
}

sayName();

return name;
}
Insert cell
person = ({
name,
age
})
Insert cell
viewof inName = html`<input type="range">`
Insert cell
d3.range(inName)
Insert cell
d3 = require("d3@6")
Insert cell
import { navio, data } from "@john-guerra/navio"
Insert cell
viewof NewinName = html`<input type="range">`
Insert cell
d3.range(NewinName)
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