Articles by Tag #ecmascript

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

ES2025 is Coming! 5 New Features That Will Change How You Write JavaScript

The annual ECMAScript update always breathes new life into the JavaScript ecosystem. As we look...

Learn More 0 0Dec 1

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

TIL: Tag Function / Tagged Template Literals

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

Learn More 1 0Jan 8

7 Upcoming JavaScript Features to Watch in 2025 🚀

A quick look at exciting JavaScript proposals coming soon—like pipeline operators, pattern matching, and more!

Learn More 2 2Aug 3

📜 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

🔍 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 6 3Jun 12

🔍 Deep Dive: `Object.hasOwn()` Your Safer `hasOwnProperty` Alternative

In JavaScript, checking whether an object has a property of its own (and not inherited from its...

Learn More 0 0Jul 23

Unlocking JavaScript: A Deep Dive into ES and ES6 Standards

Discover the rules and standards of JavaScript with ECMAScript (ES), ensuring consistency across browsers and servers, and explore the features of ES6.

Learn More 0 0Sep 5

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

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

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

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

🔑 Core Concepts You Can’t Skip in JavaScript...(part-1)

1. Scopes & Closures Scopes Scope defines where variables are accessible. Global...

Learn More 0 0Aug 24

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

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

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

What’s New in ECMAScript 2025: Key Features and Updates Explained

JavaScript is one of the most widely used programming languages in the world. It powers everything...

Learn More 0 0Jul 19