Published
Edited
Jul 14, 2021
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
TAX_TABLES = ({
federal: federal_tax,
california: california_tax
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
exampleResult = computeTax({
state: "california",
regular: 70000,
socialSecurity: 30000,
status: "married",
spouse1: { age: 67 },
spouse2: { age: 61 },
dependents: 0,
year: 2021
})
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