JavaScript | News, how-tos, features, reviews, and videos
Last 1.x release of the runtime for JavaScript and TypeScript also improves dependency management and stabilizes the standard library.
The annual State of JavaScript survey is one of the best ways to keep your finger on the pulse of what's new and noteworthy in the world of JavaScript. Here's the rundown from the most recent survey.
Node.js v22.6.0 introduces experimental feature that strips type annotations from TypeScript files, allowing them to run without changing TypeScript syntax.
JavaScript is one of the most successful and versatile programming languages in the world, but it certainly didn’t start out that way. Here are 11 ways that JavaScript today is nothing like the language its inventors envisioned.
Workspaces simplify dependency management, configuration sharing, and module organization across large code bases, Deno Land says.
You have questions, and we have answers. Here are 10 things newer developers often don't know how to do with JavaScript, with tips and code to help you figure it out.
A code-first introduction to background syncing with service workers, the Sync API, and IndexedDB.
The ECMAScript 2024 specification includes a new feature for transferring ArrayBuffers and advanced capabilities for working with string sets and constructing promises.
Escape the single-threaded event loop in browsers and on the server. Here's how to use worker threads and web workers for modern multithreading in JavaScript.
TypeScript 5.5 brings inferred type predicates, regular expression syntax checking, performance optimizations, and support for ECMAScript Set methods.