Skip to main content

6 docs tagged with "javascript"

View all tags

ECMAScript Versions

Quick-reference of notable features added in each ECMAScript edition from ES2015 to ES2026. Listed newest-first. Based on Paweł Grzybek's annual ECMAScript roundup.

ECMAScript Versions

Quick-reference of notable features added in each ECMAScript edition from ES2015 to ES2026. Listed newest-first. Based on Paweł Grzybek's annual ECMAScript roundup.

JavaScript & TypeScript

JavaScript is the language of the web — and with TypeScript on top, it's the language of everything Aliz builds. This page covers learning resources from fundamentals to advanced type-level programming. For Node.js runtime and backend resources, see Node.js.

JavaScript & TypeScript

JavaScript is the language of the web — and with TypeScript on top, it's the language of everything Aliz builds. This page covers learning resources from fundamentals to advanced type-level programming. For Node.js runtime and backend resources, see Node.js.

Prototype Pollution

Prototype pollution is a JavaScript-specific vulnerability class where an attacker injects properties into Object.prototype, affecting every object in the application. It is less well-known than XSS or CSRF, but has led to serious real-world exploits — including remote code execution in Node.js.