Search Articles — Sudonull

Search Results

In this project

JavaScript Date Parser: Hidden Errors and Fixes

https://sudonull.com/javascript-date-parser-hidden-errors-and-fixes

Breakdown of the new Date(string) mechanism in JS: why it parses any text, timezone problems and how to avoid bugs in production. For developers: regex-validation and alternatives.

From the web

Mar 1, 2019 ·

https://262.ecma-international.org/

Mar 1, 2019 · Introduction This Ecma Standard defines the ECMAScript 2026 Language. It is the seventeenth edition of the ECMAScript Language Specification. ECMAScript is based on several originating technologies, the most well-known being JavaScript (Netscape) and JScript (Microsoft). The language was invented by Brendan Eich at Netscape and first appeared in that company's Navigator 2.0 browser. Though ...

JavaScript 2025 - W3Schools

https://www.w3schools.com/Js/js_2025.asp

New Features in JavaScript 2025 The 16th edition of the ECMAScript standard, released in June 2025, includes several enhancements to make JavaScript more readable and efficient.

Jul 11, 2025 ·

https://developer.mozilla.org/en-US/docs/Glossary/ECMAScript

Jul 11, 2025 · ECMAScript is a scripting language specification on which JavaScript is based. Ecma International is in charge of standardizing ECMAScript .

Apr 2, 2025 ·

https://tc39.es/ecma262/2025/

Apr 2, 2025 · Introduction This Ecma Standard defines the ECMAScript 2025 Language. It is the sixteenth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world's most widely used general-purpose programming languages.

Feb 27, 2025 ·

https://dev.to/sovannaro/understanding-ecmascript-the-heart-of-modern-javascript-41cn

Feb 27, 2025 · ECMAScript is the backbone of JavaScript, shaping the way we write and run code. Understanding its evolution helps you become a better, smarter, and more confident JavaScript developer.

Email

https://javascriptweekly.com/issues/793

Jul 7 , 2026 · What's New in ECMAScript 2026 — The 876 page ECMAScript 2026 spec was approved last week, and this round-up covers several main new features that made the cut, from Array.fromAsync to native Uint8Array Base64/Hex conversion, with examples for each.

Trending Now