Public
Edited
Sep 18, 2024
Insert cell
Insert cell
Insert cell
Insert cell
sustantivo = palabras.map(d => d.sustantivo)
Insert cell
adjetivo = palabras.map(d => d.adjetivo)
Insert cell
Insert cell
Aventura = (await import(await FileAttachment("aventura@2.js").url())).default
Insert cell
Insert cell
gramatica = ({
base: ["<verso>*<verso>*<verso>*<verso>*<verso>*<verso>*<verso>"],
verso: ["<verbo> <sustantivo> <adjetivo>"],
verbo: ["Eres", "Soy"],
sustantivo,
adjetivo
});
Insert cell
a = new Aventura("es").fijarGramatica(gramatica)
Insert cell
Insert cell
Insert cell
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