Skip to content

Commit 2141394

Browse files
committed
Curso de JavaScript desde cero en YouTube
1 parent 8b2a8c4 commit 2141394

35 files changed

+134
-178
lines changed

Basic/00-helloworld.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/*
2-
Clase 1 en vídeo | 10/07/2024
3-
Introducción, instalación, hola mundo y variables
4-
https://www.youtube.com/live/hoULS5isDck?si=qtcStT34Ef8ETBmB&t=915
2+
Clases 1 a 14 (sin código)
3+
Vídeo: https://youtu.be/1glVfFxj8a4
4+
5+
Clase 15 - Hola mundo
6+
Vídeo: https://youtu.be/1glVfFxj8a4?t=2390
57
*/
68

79
// Esto es un comentario simple

Basic/01-variables.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 1 en vídeo | 10/07/2024
3-
Introducción, instalación, hola mundo y variables
4-
https://www.youtube.com/live/hoULS5isDck?si=qtcStT34Ef8ETBmB&t=915
2+
Clase 16 - Variables
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=3049
54
*/
65

76
// var

Basic/02-datatypes.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 2 en vídeo | 17/07/2024
3-
Tipos de datos, operadores y strings
4-
https://www.youtube.com/live/euVbF1eatEY?si=nHS3QznAlA_C39NK&t=808
2+
Clase 17 - Tipos de datos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=3599
54
*/
65

76
// Tipos de datos primitivos

Basic/03-beginner-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 2 en vídeo | 17/07/2024
3-
Tipos de datos, operadores y strings
4-
https://www.youtube.com/live/euVbF1eatEY?si=nHS3QznAlA_C39NK&t=808
2+
Clase 18 - Ejercicios: primeros pasos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=4733
54
*/
65

76
// 1. Escribe un comentario en una línea

Basic/04-operators.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 2 en vídeo | 17/07/2024
3-
Tipos de datos, operadores y strings
4-
https://www.youtube.com/live/euVbF1eatEY?si=nHS3QznAlA_C39NK&t=808
2+
Clase 19 - Operadores
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=4937
54
*/
65

76
// Operadores Aritméticos

Basic/05-operators-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 2 en vídeo | 17/07/2024
3-
Tipos de datos, operadores y strings
4-
https://www.youtube.com/live/euVbF1eatEY?si=nHS3QznAlA_C39NK&t=808
2+
Clase 20 - Ejercicios: Operadores
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=6458
54
*/
65

76
// 1. Crea una variable para cada operación aritmética

Basic/06-strings.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 2 en vídeo | 17/07/2024
3-
Tipos de datos, operadores y strings
4-
https://www.youtube.com/live/euVbF1eatEY?si=nHS3QznAlA_C39NK&t=808
2+
Clase 21 - Strings
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=6565
54
*/
65

76
// Strings (cadenas de texto)

Basic/07-strings-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 2 en vídeo | 17/07/2024
3-
Tipos de datos, operadores y strings
4-
https://www.youtube.com/live/euVbF1eatEY?si=nHS3QznAlA_C39NK&t=808
2+
Clase 22 - Ejercicios: Strings
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=7226
54
*/
65

76
// 1. Concatena dos cadenas de texto

Basic/08-conditionals.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 3 en vídeo | 24/07/2024
3-
Condicionales, arrays y sets
4-
https://www.youtube.com/live/XCNjoIoO3Ws?si=3XCjdZ9r41JID-by&t=978
2+
Clase 23 - Condicionales
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=7277
54
*/
65

76
// if, else if, else

Basic/09-conditionals-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 3 en vídeo | 24/07/2024
3-
Condicionales, arrays y sets
4-
https://www.youtube.com/live/XCNjoIoO3Ws?si=3XCjdZ9r41JID-by&t=978
2+
Clase 24 - Ejercicios: Condicionales
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=8652
54
*/
65

76
// if/else/else if/ternaria

Basic/10-array.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 3 en vídeo | 24/07/2024
3-
Condicionales, arrays y sets
4-
https://www.youtube.com/live/XCNjoIoO3Ws?si=3XCjdZ9r41JID-by&t=978
2+
Clase 25 - Arrays
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=8741
54
*/
65

76
// Array

Basic/11-set.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 3 en vídeo | 24/07/2024
3-
Condicionales, arrays y sets
4-
https://www.youtube.com/live/XCNjoIoO3Ws?si=3XCjdZ9r41JID-by&t=978
2+
Clase 26 - Sets
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=9952
54
*/
65

76
// Set

Basic/12-map.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 4 en vídeo | 31/07/2024
3-
Mapas, bucles y funciones
4-
https://www.youtube.com/live/xg1GeHKiNzU?si=oiWHK8bDTZ1c98hF&t=885
2+
Clase 27 - Maps
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=10755
54
*/
65

76
// Map

Basic/13-structures-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 4 en vídeo | 31/07/2024
3-
Mapas, bucles y funciones
4-
https://www.youtube.com/live/xg1GeHKiNzU?si=oiWHK8bDTZ1c98hF&t=885
2+
Clase 28 - Ejercicios: Estructuras
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=11451
54
*/
65

76
// 1. Crea un array que almacene cinco animales

Basic/14-loops.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 4 en vídeo | 31/07/2024
3-
Mapas, bucles y funciones
4-
https://www.youtube.com/live/xg1GeHKiNzU?si=oiWHK8bDTZ1c98hF&t=885
2+
Clase 29 - Bucles
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=11575
54
*/
65

76
// Loops o bucles

Basic/15-loops-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 4 en vídeo | 31/07/2024
3-
Mapas, bucles y funciones
4-
https://www.youtube.com/live/xg1GeHKiNzU?si=oiWHK8bDTZ1c98hF&t=885
2+
Clase 30 - Ejercicios: Bucles
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=12732
54
*/
65

76
// NOTA: Explora diferentes sintaxis de bucles para resolver los ejercicios

Basic/16-functions.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 4 en vídeo | 31/07/2024
3-
Mapas, bucles y funciones
4-
https://www.youtube.com/live/xg1GeHKiNzU?si=oiWHK8bDTZ1c98hF&t=885
2+
Clase 31 - Funciones
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=12829
54
*/
65

76
// Funciones

Basic/17-functions-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 4 en vídeo | 31/07/2024
3-
Mapas, bucles y funciones
4-
https://www.youtube.com/live/xg1GeHKiNzU?si=oiWHK8bDTZ1c98hF&t=885
2+
Clase 32 - Ejercicios: Funciones
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=14146
54
*/
65

76
// NOTA: Explora diferentes sintaxis de funciones para resolver los ejercicios

Basic/18-objects.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 5 en vídeo | 07/08/2024
3-
Objetos, desestructuración, propagación y clases
4-
https://www.youtube.com/live/SBXEpAx_y_Q?si=Sbqqa2-_eGwsUkH-&t=958
2+
Clase 33 - Objetos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=14229
54
*/
65

76
// Objetos

Basic/19-objects-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 5 en vídeo | 07/08/2024
3-
Objetos, desestructuración, propagación y clases
4-
https://www.youtube.com/live/SBXEpAx_y_Q?si=Sbqqa2-_eGwsUkH-&t=958
2+
Clase 34 - Ejercicios: Objetos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=15675
54
*/
65

76
// 1. Crea un objeto con 3 propiedades

Basic/20-destructuring-spreading.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 5 en vídeo | 07/08/2024
3-
Objetos, desestructuración, propagación y clases
4-
https://www.youtube.com/live/SBXEpAx_y_Q?si=Sbqqa2-_eGwsUkH-&t=958
2+
Clase 35 - Desestructuración y propagación
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=15747
54
*/
65

76
let myArray = [1, 2, 3, 4]

Basic/21-destructuring-spreading-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 5 en vídeo | 07/08/2024
3-
Objetos, desestructuración, propagación y clases
4-
https://www.youtube.com/live/SBXEpAx_y_Q?si=Sbqqa2-_eGwsUkH-&t=958
2+
Clase 36 - Ejercicios: Desestructuración y propagación
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=16802
54
*/
65

76
// 1. Usa desestructuración para extraer los dos primeros elementos de un array

Basic/22-classes.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 5 en vídeo | 07/08/2024
3-
Objetos, desestructuración, propagación y clases
4-
https://www.youtube.com/live/SBXEpAx_y_Q?si=Sbqqa2-_eGwsUkH-&t=958
2+
Clase 37 - Clases
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=16864
54
*/
65

76
// Clases
@@ -131,9 +130,8 @@ console.log(person6.name)
131130
person6.bank = "new IBAN123456789"
132131

133132
/*
134-
Clase 6 en vídeo | 15/08/2024
135-
Clases (continuación) y manejo de errores
136-
https://www.twitch.tv/videos/2225058195?t=00h16m42s
133+
Clase 38 - Herencia de clases
134+
Vídeo: https://youtu.be/1glVfFxj8a4?t=17999
137135
*/
138136

139137
// Herencia

Basic/23-classes-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 6 en vídeo | 15/08/2024
3-
Clases (continuación) y manejo de errores
4-
https://www.youtube.com/live/8p6SLAIgwZI?si=MS9o7qIhezx9NTQX&t=902
2+
Clase 39 - Ejercicios: Clases
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=18630
54
*/
65

76
// 1. Crea una clase que reciba dos propiedades

Basic/24-error-handling.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 6 en vídeo | 15/08/2024
3-
Clases (continuación) y manejo de errores
4-
https://www.youtube.com/live/8p6SLAIgwZI?si=MS9o7qIhezx9NTQX&t=902
2+
Clase 40 - Manejo de errores
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=18751
54
*/
65

76
// Excepción

Basic/25-error-handling-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 6 en vídeo | 15/08/2024
3-
Clases (continuación) y manejo de errores
4-
https://www.youtube.com/live/8p6SLAIgwZI?si=MS9o7qIhezx9NTQX&t=902
2+
Clase 41 - Ejercicios: Manejo de errores
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=20392
54
*/
65

76
// 1. Captura una excepción utilizando try-catch

Basic/26-console-methods.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 7 en vídeo | 21/08/2024
3-
Console y módulos
4-
https://www.youtube.com/live/PAnxhBE5kIE?si=V0F_NsKO9lmhhatu&t=555
2+
Clase 42 - Console
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=20444
54
*/
65

76
// Console

Basic/27-console-methods-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 7 en vídeo | 21/08/2024
3-
Console y módulos
4-
https://www.youtube.com/live/PAnxhBE5kIE?si=V0F_NsKO9lmhhatu&t=555
2+
Clase 43 - Ejercicios: Console
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=21421
54
*/
65

76
// 1. Crea un función que utilice error correctamente

Basic/28-export-modules.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 7 en vídeo | 21/08/2024
3-
Console y módulos
4-
https://www.youtube.com/live/PAnxhBE5kIE?si=V0F_NsKO9lmhhatu&t=555
2+
Clase 44 - Módulos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=21480
54
*/
65

76
// Exportación de módulos

Basic/29-import-modules.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 7 en vídeo | 21/08/2024
3-
Console y módulos
4-
https://www.youtube.com/live/PAnxhBE5kIE?si=V0F_NsKO9lmhhatu&t=555
2+
Clase 44 - Módulos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=21480
54
*/
65

76
// Importación de módulos

Basic/30-import-external-modules.cjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
21
/*
3-
Clase 7 en vídeo | 21/08/2024
4-
Console y módulos
5-
https://www.youtube.com/live/PAnxhBE5kIE?si=V0F_NsKO9lmhhatu&t=555
2+
Clase 44 - Módulos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=21480
64
*/
75

86
// Módulos externos

Basic/31-modules-exercises.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
Clase 7 en vídeo | 21/08/2024
3-
Console y módulos
4-
https://www.youtube.com/live/PAnxhBE5kIE?si=V0F_NsKO9lmhhatu&t=555
2+
Clase 45 - Ejercicios: Módulos
3+
Vídeo: https://youtu.be/1glVfFxj8a4?t=22720
54
*/
65

76
// 1. Exporta una función

Images/header.jpg

100644100755
3.38 KB
Loading

Images/pro.jpg

283 KB
Loading

0 commit comments

Comments
 (0)