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

Diff for: Intermediate/00-advanced-functions.js

+1-1
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

Diff for: Intermediate/01-advanced-functions-exercises.js

+1-1
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

Diff for: Intermediate/02-advanced-structures.js

+1-1
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

Diff for: Intermediate/03-advanced-structures-exercises.js

+1-1
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

Diff for: Intermediate/04-advanced-objects.js

+1-1
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

Diff for: Intermediate/05-advanced-classes.js

+1-1
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

Diff for: Intermediate/06-advanced-objects-classes-exercises.js

+1-1
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

Diff for: Intermediate/07-async.js

+1-1
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

Diff for: Intermediate/08-async-exercises.js

+1-1
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.

Diff for: Intermediate/09-apis.js

+1-1
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

Diff for: Intermediate/10-apis-exercises.js

+1-1
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
// 1. Realiza una petición GET con fetch() a JSONPlaceholder y muestra en la consola la lista de publicaciones

Diff for: Intermediate/11-dom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2398786900?t=00h11m52s
3+
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
44
*/
55

66
// Manejo del DOM (Document Object Model)

Diff for: Intermediate/12-dom-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2398786900?t=00h11m52s
3+
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
44
-->
55
<!DOCTYPE html>
66
<html lang="es">

Diff for: Intermediate/13-dom-example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2398786900?t=00h11m52s
3+
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
44
*/
55

66
console.log(document)

Diff for: Intermediate/14-tasklist.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2398786900?t=00h11m52s
3+
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
44
-->
55
<!DOCTYPE html>
66
<html lang="es">

Diff for: Intermediate/15-tasklist.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2398786900?t=00h11m52s
3+
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
44
*/
55

66
const text = document.getElementById("text")

Diff for: Intermediate/16-dom-exercises.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2398786900?t=00h11m52s
3+
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
44
*/
55

66
// 1. Crea un elemento (por ejemplo, un <h1 id="title">) y cambia su contenido a "¡Hola Mundo!"" al cargar la página

Diff for: Intermediate/17-debugging.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
// Depuración

Diff for: Intermediate/18-debugging-exercises.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
// 1. Crea un código con un error lógico y usa VS Code para encontrarlo

Diff for: Intermediate/19-regex.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
// Expresiones regulares

Diff for: Intermediate/20-regex-exercises.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
// 1. Crea una RegEx que valide correos electrónicos

Diff for: Intermediate/21-testing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
// Testing

Diff for: Intermediate/22-testing.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
const sum = require('./21-testing')

Diff for: Intermediate/23-testing-exercises.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403971237?t=00h21m55s
3+
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
44
*/
55

66
// 1. Crea una función isEven(number) que devuelva true si el número es par y false si es impar

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@
1616
### Curso de fundamentos intermedio (continuación del desde cero).
1717

1818
* Clase 1 [29/01/2025] - Funciones avanzadas
19-
* [Vídeo](https://www.twitch.tv/videos/2367024319?t=00h08m45s)
19+
* [Vídeo](https://www.twitch.tv/videos/2403685765?t=00h08m45s)
2020
* [Código](./Intermediate/00-advanced-functions.js)
2121
* [Ejercicios](./Intermediate/01-advanced-functions-exercises.js)
2222

2323
* Clase 2 [05/02/2025] - Estructuras avanzadas
24-
* [Vídeo](https://www.twitch.tv/videos/2373300186?t=00h15m32s)
24+
* [Vídeo](https://www.twitch.tv/videos/2403685940?t=00h15m32s)
2525
* [Código](./Intermediate/02-advanced-structures.js)
2626
* [Ejercicios](./Intermediate/03-advanced-structures-exercises.js)
2727

2828
* Clase 3 [12/02/2025] - Objetos y Clases avanzadas
29-
* [Vídeo](https://www.twitch.tv/videos/2379412787?t=00h21m33s)
29+
* [Vídeo](https://www.twitch.tv/videos/2403685993?t=00h21m33s)
3030
* [Código Objetos](./Intermediate/04-advanced-objects.js)
3131
* [Código Clases](./Intermediate/05-advanced-classes.js)
3232
* [Ejercicios](./Intermediate/06-advanced-objects-classes-exercises)
3333

3434
* Clase 4 [19/02/2025] - Programación asíncrona
35-
* [Vídeo](https://www.twitch.tv/videos/2385650388?t=00h22m48s)
35+
* [Vídeo](https://www.twitch.tv/videos/2403686047?t=00h22m48s)
3636
* [Código](./Intermediate/07-async.js)
3737
* [Ejercicios](./Intermediate/08-async-exercises.js)
3838

3939
* Clase 5 [26/02/2025] - Manejo de APIs
40-
* [Vídeo](https://www.twitch.tv/videos/2391820998?t=00h17m25s)
40+
* [Vídeo](https://www.twitch.tv/videos/2403686091?t=00h17m25s)
4141
* [Código](./Intermediate/09-apis.js)
4242
* [Ejercicios](./Intermediate/10-apis-exercises.js)
4343

4444
* Clase 6 [06/03/2025] - Manejo del DOM
45-
* [Vídeo](https://www.twitch.tv/videos/2398786900?t=00h11m52s)
45+
* [Vídeo](https://www.twitch.tv/videos/2403686130?t=00h11m52s)
4646
* [Código](./Intermediate/11-dom.js)
4747
* Ejemplo simple: [HTML](./Intermediate/12-dom-example.html) - [JS](./Intermediate/13-dom-example.js)
4848
* Ejemplo lista de tareas: [HTML](./Intermediate/14-tasklist.html) - [JS](./Intermediate/15-tasklist.js)
4949
* [Ejercicios](./Intermediate/16-dom-exercises.js)
5050

5151
* Clase 7 [12/03/2025] - Debug, Regex y Testing
52-
* [Vídeo](https://www.twitch.tv/videos/2403971237?t=00h21m55s)
52+
* [Vídeo](https://www.twitch.tv/videos/2420494093?t=00h21m55s)
5353
* Debug: [Código](./Intermediate/17-debugging.js) - [Ejercicios](./Intermediate/18-debugging-exercises.js)
5454
* Regex: [Código](./Intermediate/19-regex.js) - [Ejercicios](./Intermediate/20-regex-exercises.js)
5555
* Testing: [Código](./Intermediate/21-testing.js) - [Test](./Intermediate/22-testing.test.js) - [Ejercicios](./Intermediate/23-testing-exercises.js)

0 commit comments

Comments
 (0)