Articles by Tag #ecmascript

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

🔍 Understanding `Array.includes()` in JavaScript – What Happens Under the Hood?

Hey developers 👋, Just another casual day discussing code with my colleagues when one of them...

Learn More 11 3Jun 12

Node.js to support ESM Require: What this means for NestJS developers and other CommonJS frameworks

JavaScript has two main module systems: CommonJS (CJS) and ECMAScript Modules (ESM). CJS, the older...

Learn More 5 0Sep 3 '24

ECMAScript - A collection of the main new features of each version

Introduction ECMAScript¹ (or ES ) is the technical specification of a scripting language,...

Learn More 5 0Sep 21 '24

Incredible New Features in JavaScript ES15 (2024)

The latest ECMAScript version, ES15, introduces some new features to give great developer experience...

Learn More 2 1Oct 28 '24

Di Adiós a Try/Catch con Este Sorprendente Operador ECMAScript 🚀

¿Estás cansado de usar try/catch para manejar errores en tu código JavaScript? Si es así, ¡estás de...

Learn More 2 0Sep 26 '24

TIL: Tag Function / Tagged Template Literals

Overview 🔍 Tagged Functions, also known as Tagged Template Literals, are an advanced...

Learn More 1 0Jan 8

Forget if !=null and try/catch and write leaner code

JavaScript, as it continues to evolve, is constantly introducing new features to improve code...

Learn More 1 0Oct 5 '24

Understanding ECMAScript: The Heart of Modern JavaScript

If you’ve been coding in JavaScript, you’ve probably heard of ECMAScript (ES). But what exactly is...

Learn More 0 0Feb 27

Could TypeScript benefit from built-in runtime type checks?

TypeScript brings the best of the 2 worlds: JavaScript's flexibility and static type checking. But...

Learn More 0 0Jun 8

Why was Records & Tuples proposal withdrawn in JavaScript?

Many people got upset about the decision of the withdrawal of the Records & Tuples proposal in...

Learn More 0 0Jun 8

Some features that every JavaScript developer should know in 2025 (part 3)

The part 3 of the series of JavaScript features' list that every web developer should know in 2025.

Learn More 0 0Jun 8

JavaScript's "destructors" or the explicit resource management

Discussing JS's new mechanism for automatic resource cleanups and its implications.

Learn More 0 0Jun 8

Just a Number please

Number conversion: just a number please Converting something to a Number can be a puzzling...

Learn More 0 0Dec 12 '24

JavaScript's upcoming Temporal API and what problems it will solve

The upcoming Temporal API will fix many problems and inconveniences of the old Date object. In this...

Learn More 0 0Jun 8

Some features that every JavaScript developer should know in 2025 (continued)

Continuing the list of JavaScript features that every web developer should know in 2025 in order to...

Learn More 0 0Jun 8

NodeJS Fundamentals: ECMAScript

ECMAScript: Beyond Syntax – A Production Deep Dive Introduction Imagine you’re...

Learn More 0 0Jun 21

Some features that every JavaScript developer should know in 2025

The list of JavaScript features that every web developer should know in 2025 in order to efficiently...

Learn More 0 0Jun 8

📜 The History of JavaScript: From Netscape to Modern Web Development

JavaScript is one of the most influential programming languages in web development. From its rushed...

Learn More 0 0Mar 29

JavaScript's iterator helpers are fast

Running some benchmarks with JavaScript's Iterator helpers vs regular arrays with heavily chained...

Learn More 0 0Jun 8