|
5386 | 5386 | "classes-and-the-this-keyword": "Clases", |
5387 | 5387 | "lab-bank-account-manager": "Desarrollar un Programa de Gestión de Cuentas Bancarias", |
5388 | 5388 | "recursion": "Recursión", |
| 5389 | + "data-structures": "Data Structures", |
| 5390 | + "algorithms": "Algorithms", |
| 5391 | + "graphs-and-trees": "Graphs and Trees", |
| 5392 | + "dynamic-programming": "Dynamic Programming", |
5389 | 5393 | "functional-programming": "Programación funcional", |
5390 | 5394 | "asynchronous-javascript": "JavaScript asincrónico", |
5391 | 5395 | "lab-weather-app": "Desarrolla una aplicación del tiempo", |
5392 | 5396 | "review-javascript": "Revisión de JavaScript", |
5393 | 5397 | "javascript-certification-exam": "Examen de certificación de JavaScript" |
5394 | 5398 | }, |
| 5399 | + "module-intros": { |
| 5400 | + "data-structures": { |
| 5401 | + "note": "Coming Spring 2026", |
| 5402 | + "intro": [ |
| 5403 | + "In this module, you will learn about linked lists, stacks, queues and more." |
| 5404 | + ] |
| 5405 | + }, |
| 5406 | + "algorithms": { |
| 5407 | + "note": "Coming Spring 2026", |
| 5408 | + "intro": [ |
| 5409 | + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." |
| 5410 | + ] |
| 5411 | + }, |
| 5412 | + "graphs-and-trees": { |
| 5413 | + "note": "Coming Spring 2026", |
| 5414 | + "intro": [ |
| 5415 | + "In this module, you will learn about graphs, trees and tries." |
| 5416 | + ] |
| 5417 | + }, |
| 5418 | + "dynamic-programming": { |
| 5419 | + "note": "Coming Spring 2026", |
| 5420 | + "intro": [ |
| 5421 | + "In this module, you will learn how dynamic programming works." |
| 5422 | + ] |
| 5423 | + } |
| 5424 | + }, |
5395 | 5425 | "blocks": { |
5396 | 5426 | "lecture-introduction-to-javascript": { |
5397 | 5427 | "title": "Introducción a JavaScript", |
|
7818 | 7848 | "Aprende los fundamentos de cómo funciona la comunicación web a través del modelo de solicitud-respuesta HTTP, explora diferentes tipos de recursos web y respuestas, y comprende cómo los formularios manejan el envío de datos utilizando varios métodos HTTP." |
7819 | 7849 | ] |
7820 | 7850 | }, |
| 7851 | + "lecture-introduction-to-npm": { |
| 7852 | + "title": "Introduction to npm", |
| 7853 | + "intro": [ |
| 7854 | + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." |
| 7855 | + ] |
| 7856 | + }, |
7821 | 7857 | "lecture-working-with-npm-scripts": { |
7822 | 7858 | "title": "Trabajando con npm Scripts", |
7823 | 7859 | "intro": [ |
|
0 commit comments