Тёмный

Aprende las Novedades IMPORTANTES de JavaScript + Ejemplos prácticos (ES2024 y ES2025) 

midulive
Подписаться 327 тыс.
Просмотров 41 тыс.
50% 1

Опубликовано:

 

23 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 79   
@davidcardenas8539
@davidcardenas8539 3 месяца назад
Tus videos de actualización de JS son lejos los mejores, Gracias, me ahorras mucho tiempo
@mirkitogonzalez
@mirkitogonzalez 3 месяца назад
Gracias por todo tu contenido!! 🍀
@captainchavez2294
@captainchavez2294 3 месяца назад
Gracias bro un placer
@javiercarreno2164
@javiercarreno2164 3 месяца назад
Pedazo de video, crack
@midulive
@midulive 3 месяца назад
Gracias! 😊
@SonGoku-pc7jl
@SonGoku-pc7jl 3 месяца назад
cada dia explicas mejor :D gracias midu!
@midulive
@midulive 3 месяца назад
Gracias a ti!
@conradohernanvillagil2764
@conradohernanvillagil2764 3 месяца назад
Midu excelente video. Deberías fundar tu academia ( seguro que tienes muchos cracks que podrían ayudarte a crearla.).
@josegermanx
@josegermanx 3 месяца назад
¡Gracias Miguel por el contenido!! Saludos
@captainchavez2294
@captainchavez2294 3 месяца назад
Gracias bro un placer
@PeedWead
@PeedWead 3 месяца назад
Hola midu, acabo de ver la charla que hiciste en KeepCoding, me gusto bastante y a pesar de que hace poco comencé con todo este tema de la programación y estoy aprendiendo sobre los terminos, la organizacion, las espacialidades y las ramas tan amplias que hay de especializacion a nivel laboral, me gusto mucho la charla y tome hasta nota de cosas que me parecieron interesantes, la verdad eres y no un modelo a seguir, me gusta mucho el conocimiento que tienes y como haz crecido pero a la vez se que yo debo ser yo mismo y no debo proyectarme en otra persona o querer ser como otra persona, aun asi lo que si eres es una inspiracion para muchos y en esos estoy yo, vamos a ver que tal me va, me gustaria tambien preguntarte varias cosas pero ire mirando los videos a ver que me encuentro por ahi y que puedo aprender de nuevo, ya lo he estado haciendo de hecho solo que queria dejar en claro que la charla que diste me gusto y me inspiro bastante, cualquier cosa te cuento en este mismo comentario como va todo. Saludos desde Colombia, eres un grande!
@soymartiinez
@soymartiinez 3 месяца назад
apenas empiezas y ya conoces a midu, seras un crack te lo aseguro!
@ramonsorto5107
@ramonsorto5107 3 месяца назад
gracias midu por dedicar y poner tanta calidad en tu contenido este tipo de videos ayudan mucho y gracias
@CarlosRivadeneiraZ
@CarlosRivadeneiraZ 3 месяца назад
porfin entendi los simbolos gracias Midu
@midulive
@midulive 3 месяца назад
Excelente!
@dei8bit
@dei8bit 3 месяца назад
Muy buen video, una espectacularidad tremenda, midu se esta convirtiendo en un maestro excepcional mas de lo que lo era... y su calidad de videos y streaming es superior, esto incluye cada chiste, cada metáfora, la genuina impro de cada eventualidad, nanana una joyita
@henrym.pinchaoa.7961
@henrym.pinchaoa.7961 3 месяца назад
🎯 Key points for quick navigation: 00:00 *📅 Introduction and Overview of JavaScript ES2024 and ES2025 Updates* - Introduction to the session's focus on ES2024 and ES2025 updates, 00:00 *📅 Introduction to JavaScript Updates in 2024 and 2025* - Overview of the latest JavaScript versions (ECMAScript 2024 and 2025), - Importance of selecting impactful features, - Mention of previous JavaScript courses for beginners. 02:07 *📝 History and Evolution of JavaScript* - ECMAScript 2015 as a pivotal update, - Role of the TC39 committee in JavaScript development, - Explanation of the proposal process and phases. 06:29 *💡 Compatibility and Non-breaking Changes in JavaScript* - Emphasis on backward compatibility in JavaScript, - Evolution over changes to prevent breaking the internet, - Usage of `let` over `var` for variable declarations. 08:36 *🔍 Practical Examples of New Features: GroupBy* - Introduction to `GroupBy` method in ECMAScript 2024, - Practical examples of grouping arrays using `GroupBy`, - Explanation of browser support for new features. 14:12 *🔗 Unique Data Types: Symbols in JavaScript* - Explanation of symbols as a unique data type, - Practical example using symbols for grouping, - Benefits of using symbols over strings to avoid conflicts. 23:00 *🏷️ GroupBy with Different Data Structures* - Using `GroupBy` with sets and maps, - Differences between sets, maps, and arrays, - Practical examples and performance considerations. 31:43 *📍 New Array Methods: At and ByCopy* - Introduction to the `at` method for accessing array elements, - Explanation and examples of the `ByCopy` methods (reverse, sort, splice, etc.), - Importance of non-mutating methods for array manipulation. 37:37 *⚠️ Shallow Copies with `toReverse`* - `toReverse` makes shallow copies, not deep copies, - Problems arise with nested objects, - Use `structuredClone` for deep copies. 42:23 *🔄 Array Sorting with `toSorted`* - `toSorted` avoids modifying the original array, - Callback function needed for correct numerical sorting, - Example of sorting strings with `localeCompare`. 48:28 *🗂️ Splicing Arrays with `toSplice`* - `toSplice` method for modifying arrays without changing the original, - Examples of adding and removing elements, - Comparison with traditional `splice` method. 52:24 *🐻 Updating Array Elements with `with`* - `with` method for non-destructive updates to array elements, - Practical example with emojis, - Typical use case in Redux for state management. 57:31 *📝 Correct Way to Update State with `with`* - Explanation of finding the index and updating state with `with`, - Benefits of less indentation and clearer logic, - Demonstrating both traditional and `with` methods for updating state. 01:02:11 *📌 Introduction to `findLast` and `findLastIndex`* - Explanation of `findLast` to find the last element meeting a condition, - Benefits over reversing arrays or complex loops, - Practical examples of `findLast` and `findLastIndex` with arrays. 01:09:05 *🔄 Logical Assignments and Boolean Logic* - Explanation of logical assignments in JavaScript, - Understanding truthy and falsy values, - Practical examples and importance of avoiding common pitfalls with falsy values. 01:14:18 *🛠️ Comprehensive Overview of Truthy and Falsy Values* - Detailed breakdown of truthy and falsy values in JavaScript, - Importance of remembering specific falsy values, - Explanation of common misconceptions and practical applications in coding. 01:16:18 *🌐 Understanding Nullish Values in JavaScript* - Explanation of nullish values (null and undefined), - Nullish values are a subset of falsy values, - Importance of distinguishing nullish values from other falsy values. 01:18:06 *🧠 Logical Operators in JavaScript* - Explanation of logical operators: AND (&&), OR (||), and Nullish Coalescing (??), - AND operator returns the first falsy value or the last truthy value, - OR operator returns the first truthy value or the last falsy value. 01:21:01 *🔄 Practical Examples of Logical Operators* - Demonstration of how logical operators evaluate expressions, - Importance of understanding short-circuit evaluation, - Examples of using logical operators in conditional statements. 01:25:35 *⚙️ Using Logical Operators for Default Values* - Explanation of using OR and Nullish Coalescing for default values, - Common pitfalls with using OR for default values when zero or empty string is valid, - Nullish Coalescing operator to handle undefined and null values correctly. 01:32:02 *💡 Logical Assignment Operators* - Introduction to logical assignment operators for cleaner code, - Using OR assignment (||=) for default values, - Using Nullish Coalescing assignment (??=) for handling undefined and null values effectively. Made with HARPA AI
@rbenx_c
@rbenx_c 3 месяца назад
mucho texto
@MelkinIbarra
@MelkinIbarra 3 месяца назад
Aprendí muchísimo, muchas gracias.
@juaniplanes
@juaniplanes 3 месяца назад
1:08:38 ahì va, un os.remove(system32)
@JulioCesarPáez-i2n
@JulioCesarPáez-i2n 3 месяца назад
Esta muy bueno Midulive que las funciones obsoletas sigan vigentes, cómo tu explicas, sería catastrófico tener que cambiar por las funciones nuevas. En cuanto al lenguaje, no es importante, cuando se domina la lógica de programación se codifica en cualquier lenguaje, por supuestos desde algunos lenguajes será con mayor o menor dificultad. Obvio que hay lenguajes que se adaptan con mayor medida a los objetivos como por ejemplo fue Fortran que apuntaba a cálculos
@melserngl
@melserngl 3 месяца назад
necesito mas cursos o hacks como estos, sirve una banda.
@adriannlara
@adriannlara 3 месяца назад
increible el contenido!
@Kaetoto
@Kaetoto 3 месяца назад
En el 4:56 mencionas los contactos del TC39, Igalia es una empresa gallega, de A Coruña :)
@patricioavila5796
@patricioavila5796 3 месяца назад
grande midu
@captainchavez2294
@captainchavez2294 3 месяца назад
Gracias bro un placer
@LoginALee
@LoginALee 3 месяца назад
Grande midu 👏
@philtaboada3910
@philtaboada3910 3 месяца назад
Poderoso contenido MIdu!!
@jnisperuza1102
@jnisperuza1102 3 месяца назад
Saludos Crack!!!
@yanielfuentestedes2820
@yanielfuentestedes2820 3 месяца назад
COn la prueba que hiciste con goncy esto del group by hubiera sido util para crear el menu que hiciste utilizando el diccionario, en la api de mercado libre
@acabreragnz
@acabreragnz 3 месяца назад
Excelente video Midu! Respecto al ejemplo de Symbol como llave, no me gustó que no queda legible el resultado
@danielmateupardo6236
@danielmateupardo6236 3 месяца назад
Muchas gracias Midu!!!! ❤❤❤❤
@jormencar
@jormencar 3 месяца назад
Midu, 5:57 , questioned tal creemos una app que lea las conversaciones y con ai te haga un resumen? Una especie de blog con astro, etc
@bobobo1673
@bobobo1673 3 месяца назад
Hola midu, gracias por la información ❤, queria preguntarte sobre el ejemplo del uso de symbols, entiendo el punto pero por ejemplo visualmente usar un string me puede dar información sobre que campos se han agrupado y con symbols no lo veria. Entonces me cuesta verle la utilidad, podrias ayudarme a verlo claro? Gracias
@Akzule
@Akzule Месяц назад
Cuándo nos darás todas las herramientas como páginas que usas para investigar cosas y ver estadísticas?
@MotriMOT
@MotriMOT 3 месяца назад
gracias midu!
@1812F
@1812F 3 месяца назад
Midu GOD
@captainchavez2294
@captainchavez2294 3 месяца назад
Gracias bro un placer
@SergioFerrer
@SergioFerrer 3 месяца назад
"A Javascript le importa una mierda lo que tú entiendas. No le importas a Javascript. No te quiere." - Miguel Ángel Durán (2024)
@carlosterrazas8913
@carlosterrazas8913 3 месяца назад
en realidad en node 21 esta disponible ese group by.
@FalloenelSistema
@FalloenelSistema 3 месяца назад
cómo pone esa letras con el efecto de brillar? en qué ide programa?
@hbiblia
@hbiblia 3 месяца назад
34:15 Es que no tiene lógica ponerle al array -1 para que te de el ultimo valor
@beststreetworkoutlc3509
@beststreetworkoutlc3509 3 месяца назад
posiblemente sea porque para obtener el ultimo valor es: array[array.length - 1] , es lo que se me viene a la mente
@jeancarlosluciano9211
@jeancarlosluciano9211 3 месяца назад
midu uso Runjs y ami me funciono
@ocikon05
@ocikon05 3 месяца назад
MIDU EN TÚ OPINION QUE DEBO TENER ENCUENTA CUANDO COMPRO UN MOBIL NUEVO Y UN PC NUEVO SOY PARA ELEGUIR LO MEJOR Y NO TENG QUE COMPRAR EN MUCHOS AÑOS ? NO SÉ MUCHO DE TECNOLOGIA ... NO SE SI ES MUCHO PEDIRTE QUE ME CONTESTES EN UN ESCRITO O TU ME DEJARAS SABER COMO TE QUEDA MEGOR MUCHAS GRACIAS
@jacmkno5019
@jacmkno5019 3 месяца назад
Tiene su uso pero sería más universal si esas llaves fueran serializables. Al usarlos como llaves si se requiere serialización le toca a uno hacerla manualmente...
@renatomessina6284
@renatomessina6284 3 месяца назад
Procedo a aprender mas que en cualquier otro curso menos mal que eran solo "Novedades"
@respada86
@respada86 3 месяца назад
Es igual que la suma: let a = 3; a +=2; // 5 que es igual que hacer: a = a + 2;
@ocikon05
@ocikon05 3 месяца назад
HOLA MIDU TE AGRADEZCO MUCHO TU INFORMACIÓN DE TÍ APRENDY AL GO MUY BÁSICO DOWNLOW BRAVE MUY BUENA APP HSTAEL MONENTO
@hbiblia
@hbiblia 3 месяца назад
01:02:12 Pero son unas de las cosas buenas de JS
@alvaropozas
@alvaropozas 3 месяца назад
¿Bug o feature? Si haces: let lista = [2,4,6]; let index = lista.findLastIndex(x=>x%2) let last_odd = lista.at(index); En este caso obtienes el ultimo a pesar de no haber resultado.
@urovamtac
@urovamtac 3 месяца назад
¿Tendremos segunda parte con el resto de novedades?
@baldomero7458
@baldomero7458 3 месяца назад
Midu, existe otro tipo de dato Falsy. No es broma, solo que es poco conocido y menos usado
@ocikon05
@ocikon05 3 месяца назад
QUE CREES ES MEGOR PRODUTOS DE APPLE O PORDUCTOS ANDROID Y POR QUE UN ABRAZO DESDE MIAMI FL.
@kantyDarius
@kantyDarius 3 месяца назад
Lo de las asignaciones existe hace mucho tiempo, no se que tiene de nuevo 🤔🥴
@victorhugoromanruiz2671
@victorhugoromanruiz2671 3 месяца назад
no entendi del todo que pasaria al usar numbers[-1] sin at
@Lajy-Enterprise
@Lajy-Enterprise 3 месяца назад
No se porque me da la impresión que JavaScript esta innovando con una inclinación al manejo y análisis de datos.!
@SergioSam
@SergioSam 3 месяца назад
no les da la sensación aveces que agregan cosas para complicarnos la vida ? ajaja aguante C
@user-hf6uo6zw3w
@user-hf6uo6zw3w 3 месяца назад
Literal. Aguante C
@dxabier
@dxabier 3 месяца назад
Si cada nuevo framework
@imrdeveloper
@imrdeveloper 3 месяца назад
No
@luisgranados9104
@luisgranados9104 3 месяца назад
Sí, en ocasiones pasa 😅
@kesocialuwu
@kesocialuwu 3 месяца назад
Lo de los objetos y las copias profundas me tiltea mucho jaja
@asistidor
@asistidor 3 месяца назад
Posibilitan una codificación más agil. Lo último parecería más un 'remiendo' a cierto uso esencial.
@hbiblia
@hbiblia 3 месяца назад
48:10 yo gritando aquí: Hey el name porq localeCompare compara string 🤣🤣😂😂🤣🤣
@hbiblia
@hbiblia 3 месяца назад
01:08:02 😂😂🤣🤣😂😂
@JotaVilla
@JotaVilla 3 месяца назад
pense q era kensuke jajaja
@Distopia-sp5tr
@Distopia-sp5tr 3 месяца назад
El unico interesante el groupBy para ahorrarse las lineas del reduce
@Bratnen
@Bratnen 3 месяца назад
Soy el primero
@captainchavez2294
@captainchavez2294 3 месяца назад
Gracias bro un placer
@afthedark
@afthedark 3 месяца назад
Cada vez se parece mas a Python xd
@juanestebanmoralessaenz8898
@juanestebanmoralessaenz8898 3 месяца назад
Y?
@ocikon05
@ocikon05 3 месяца назад
RECIEN CONOSCO TU CANAL ESTOY SUSCRITO DEJAME SI PUEDES EN VIARME LINKS QUE ME DEN UNA INFORMACIÓN O RESPUESTA A MIS PREGUNTAS SOBRE EL TEMA TECNOLÓGICO MI NOMBRE ES JUNIOR
3 месяца назад
1:17:11 - …a JavaScript le importa una 💩lo que tú entiendas… JAJAJAJAJAJAJAJAJA 🤣🤣🤣
@jesussuarezlopez4054
@jesussuarezlopez4054 3 месяца назад
Por lo que veo hay muchas cosas que han metido que Java ya tenia
@flaviorios4049
@flaviorios4049 3 месяца назад
Maestro!
Далее
El fallo de seguridad catastrófico del navegador Arc
15:28
PHP VS JavaScript: El Drama Más TONTO
17:20
Просмотров 66 тыс.
ТАЙНА ТРАВЫ #shorts
00:22
Просмотров 862 тыс.
🖤
00:18
Просмотров 331 тыс.
Resuelvo PRUEBA TÉCNICA para Programador JUNIOR de €22K
1:42:52
Se confirma LO MEJOR para los salarios de Empleados!!
11:26
Los CDNs NO SIRVEN..
13:38
Просмотров 34 тыс.
Room Renovations - Android Conference Talks
11:33
¡SE CONFIRMA LO MEJOR PARA JAVASCRIPT!
11:09
Просмотров 80 тыс.
La PEOR decisión para aprender a programar
11:01
Просмотров 60 тыс.