Skip to content

Commit 4eacf49

Browse files
committed
Curso de JavaScript intermedio en YouTube
1 parent 58e4d47 commit 4eacf49

27 files changed

Lines changed: 134 additions & 135 deletions

371.jpg

-890 KB
Binary file not shown.

Images/header.jpg

100755100644
3.21 KB
Loading

Intermediate/00-advanced-functions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 1 - Funciones avanzadas (29/01/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685765?t=00h08m45s
2+
Clases 2 a 11 - Funciones avanzadas
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=346
44
*/
55

66
// Ciudadanos de primera clase

Intermediate/01-advanced-functions-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 1 - Funciones avanzadas (29/01/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685765?t=00h08m45s
2+
Clase 12 - Funciones avanzadas
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=4112
44
*/
55

66
// 1. Crea una función que retorne a otra función

Intermediate/02-advanced-structures.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 2 - Estructuras avanzadas (05/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685940?t=00h15m32s
2+
Clases 13 a 22 - Estructuras avanzadas
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=4355
44
*/
55

66
// Arrays avanzados

Intermediate/03-advanced-structures-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 2 - Estructuras avanzadas (05/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685940?t=00h15m32s
2+
Clase 23 - Estructuras avanzadas
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=7514
44
*/
55

66
// 1. Utiliza map, filter y reduce para crear un ejemplo diferente al de la lección

Intermediate/04-advanced-objects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 3 - Objetos y Clases avanzadas (12/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685993?t=00h21m33s
2+
Clases 24 a 28 - Objetos y clases avanzados
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=7639
44
*/
55

66
// Objetos avanzados

Intermediate/05-advanced-classes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 3 - Objetos y Clases avanzadas (12/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685993?t=00h21m33s
2+
Clases 29 a 37 - Objetos y clases avanzados
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=9096
44
*/
55

66
// Clases avanzadas

Intermediate/06-advanced-objects-classes-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 3 - Objetos y Clases avanzadas (12/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403685993?t=00h21m33s
2+
Clase 38 - Objetos y clases avanzados
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=11832
44
*/
55

66
// 1. Agregega una función al prototipo de un objeto

Intermediate/07-async.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 4 - Programación asíncrona (19/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686047?t=00h22m48s
2+
Clases 39 a 44 - Asincronía
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=11890
44
*/
55

66
// Programación asíncrona

0 commit comments

Comments
 (0)