Untitled
unknown
plain_text
6 months ago
729 B
4
Indexable
const infoCursos = { programacion: [ { id: 1, titulo: "Aprende Python", lenguaje: "python", vistas: 15000, nivel: "basico", }, { id: 2, titulo: "Pyhton intermedio", lenguaje: "python", vistas: 13553, nivel: "intermedio", }, { id: 3, titulo: "Aprende javascript", lenguaje: "javascript", vistas: 102223, nivel: "basico", }, ], matematicas: [ { id: 1, titulo: "Aprende Calculo", tema: "calculo", vistas: 12427, nivel: "basico", }, { id: 2, titulo: "Aprende Algebra", tema: "algebra", vistas: 15722, nivel: "intermedio", }, ], };
Editor is loading...
Leave a Comment