Skip to content

Commit 3139aca

Browse files
committed
Nuevos IDs para los vídeos de curso intermedio
1 parent db9a312 commit 3139aca

25 files changed

+31
-31
lines changed

Intermediate/00-advanced-functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 1 - Funciones avanzadas (29/01/2025)
3-
Vídeo: https://www.twitch.tv/videos/2367024319?t=00h08m45s
3+
Vídeo: https://www.twitch.tv/videos/2403685765?t=00h08m45s
44
*/
55

66
// Ciudadanos de primera clase

Intermediate/01-advanced-functions-exercises.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 1 - Funciones avanzadas (29/01/2025)
3-
Vídeo: https://www.twitch.tv/videos/2367024319?t=00h08m45s
3+
Vídeo: https://www.twitch.tv/videos/2403685765?t=00h08m45s
44
*/
55

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

Intermediate/02-advanced-structures.js

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

66
// Arrays avanzados

Intermediate/03-advanced-structures-exercises.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 2 - Estructuras avanzadas (05/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2373300186?t=00h15m32s
3+
Vídeo: https://www.twitch.tv/videos/2403685940?t=00h15m32s
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 3 - Objetos y Clases avanzadas (12/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2379412787?t=00h21m33s
3+
Vídeo: https://www.twitch.tv/videos/2403685993?t=00h21m33s
44
*/
55

66
// Objetos avanzados

Intermediate/05-advanced-classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 3 - Objetos y Clases avanzadas (12/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2379412787?t=00h21m33s
3+
Vídeo: https://www.twitch.tv/videos/2403685993?t=00h21m33s
44
*/
55

66
// Clases avanzadas

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 3 - Objetos y Clases avanzadas (12/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2379412787?t=00h21m33s
3+
Vídeo: https://www.twitch.tv/videos/2403685993?t=00h21m33s
44
*/
55

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

Intermediate/07-async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 4 - Programación asíncrona (19/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2385650388?t=00h22m48s
3+
Vídeo: https://www.twitch.tv/videos/2403686047?t=00h22m48s
44
*/
55

66
// Programación asíncrona

Intermediate/08-async-exercises.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 4 - Programación asíncrona (19/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2385650388?t=00h22m48s
3+
Vídeo: https://www.twitch.tv/videos/2403686047?t=00h22m48s
44
*/
55

66
// 1. Crea una función para saludar que reciba un nombre y un callback.

Intermediate/09-apis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 5 - Manejo de APIs (26/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2391820998?t=00h17m25s
3+
Vídeo: https://www.twitch.tv/videos/2403686091?t=00h17m25s
44
*/
55

66
// Manejo de APIs

0 commit comments

Comments
 (0)