Skip to content

Commit 4eacf49

Browse files
committedMay 14, 2025
Curso de JavaScript intermedio en YouTube
1 parent 58e4d47 commit 4eacf49

27 files changed

+134
-135
lines changed
 

‎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

‎Intermediate/08-async-exercises.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+
Clase 45 - Asincronía
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=14558
44
*/
55

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

‎Intermediate/09-apis.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 5 - Manejo de APIs (26/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686091?t=00h17m25s
2+
Clases 46 a 59 - APIs
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=14777
44
*/
55

66
// Manejo de APIs

‎Intermediate/10-apis-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 5 - Manejo de APIs (26/02/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686091?t=00h17m25s
2+
Clase 60 - APIs
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=18710
44
*/
55

66
// 1. Realiza una petición GET con fetch() a JSONPlaceholder y muestra en la consola la lista de publicaciones

‎Intermediate/11-dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
2+
Clases 61 a 68 - DOM
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=18822
44
*/
55

66
// Manejo del DOM (Document Object Model)

‎Intermediate/12-dom-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
2-
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
2+
Clase 69 - DOM
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=21754
44
-->
55
<!DOCTYPE html>
66
<html lang="es">

‎Intermediate/13-dom-example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
2+
Clase 69 - DOM
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=21754
44
*/
55

66
console.log(document)

‎Intermediate/14-tasklist.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
2-
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
2+
Clase 70 - DOM
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=22342
44
-->
55
<!DOCTYPE html>
66
<html lang="es">

‎Intermediate/15-tasklist.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
2+
Clase 70 - DOM
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=22342
44
*/
55

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

‎Intermediate/16-dom-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 6 - Manejo del DOM (06/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2403686130?t=00h11m52s
2+
Clase 71 - DOM
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=23010
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

‎Intermediate/17-debugging.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clases 72 a 73 - Depuración
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=23085
44
*/
55

66
// Depuración

‎Intermediate/18-debugging-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clases 74 - Depuración
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=24329
44
*/
55

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

‎Intermediate/19-regex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clases 75 a 78 - Regex
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=24363
44
*/
55

66
// Expresiones regulares

‎Intermediate/20-regex-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clase 79 - Regex
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=25888
44
*/
55

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

‎Intermediate/21-testing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clases 80 a 81 - Testing
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=25938
44
*/
55

66
// Testing

‎Intermediate/22-testing.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clases 80 a 81 - Testing
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=25938
44
*/
55

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

‎Intermediate/23-testing-exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Clase 7 - Debug, Regex y Testing (12/03/2025)
3-
Vídeo: https://www.twitch.tv/videos/2420494093?t=00h21m55s
2+
Clase 82 - Testing
3+
Vídeo: https://youtu.be/iJvLAZ8MJ2E?t=26946
44
*/
55

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

0 commit comments

Comments
 (0)