Skip to content

2ality – JavaScript and more

  • By Axel Rauschmayer
  • Based in Germany
  • Roughly two posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 41
2023 0
2024 2

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

ECMAScript proposal: duplicate named capturing groups for regular expressions
In this blog post, we take a look at the ECMAScript 2025 feature “Duplicate named capturing groups” which was proposed by Kevin Gibbons. It’s a feature for regular expressions that enables us to use the …
On , 96 words
ECMAScript proposal: Promise.withResolvers()
In this blog post we take a look at the ECMAScript 2024 feature “Promise.withResolvers” (proposed by Peter Klecha). It provides a new way of directly creating Promises, as an alternative to new Promise(...).
On , 36 words
ECMAScript proposal: iterator helpers
In this blog post, we look at the ECMAScript proposal “Iterator helpers” by Gus Caplan, Michael Ficarra, Adam Vandolder, Jason Orendorff, Kevin Gibbons, and Yulia Startsev. It introduces utility methods for working with iterable data: …
On , 65 words