Interstellar Code

Novedades en JavaScript

Descubre las últimas características y mejoras en JavaScript en sus versiones ES2024 Y ES2025, las cuales están revolucionando el desarrollo web moderno.

15 de junio de 2025

Tabla de contenido:

  1. 1. Novedades en JavaScript
  2. 2. Object.groupBy
  3. 3. Array.prototype.at()
  4. 4. Array by copy (with, toReversed, toSorted, toSpliced)
  5. 5. findLast, findLastIndex
  6. 6. Asignaciones lógicas &&=, ||=, ??=
  7. 7. Teoría de conjuntos Set
  8. 8. Promise.any
  9. 9. Promise.allSettled
  10. 10. Promise.withResolvers

Novedades en JavaScript


Object.groupBy


Array.prototype.at()


Array by copy (with, toReversed, toSorted, toSpliced)


findLast, findLastIndex


Asignaciones lógicas &&=, ||=, ??=


Teoría de conjuntos Set


Promise.any


Promise.allSettled


Promise.withResolvers