Sort by:
JavaScript & JQuery
JavaScript & jQuery teaches web developers how to add interactivity to websites using JavaScript and the jQuery library. JavaScript basics and DOM manipulation jQuery selectors, events, and effects Ajax, JSON,...
you don t know js
You Don't Know JS is a deep-dive series that reveals how JavaScript truly works under the hood. Types, coercion, and native functions Scope, closures, and the this keyword Prototypes and...
JavaScript Patterns
JavaScript Patterns covers essential coding patterns and best practices for writing high-quality JavaScript applications. Creational, structural, and behavioral patterns Module patterns and namespacing Performance and code organization tips For intermediate...
learning javascript design patterns
Learning JavaScript Design Patterns teaches how to apply Gang of Four and modern patterns to JavaScript development. Module, observer, and mediator patterns MVC, MVP, and MVVM in JavaScript Performance and...
you don t know js scope & closures
You Don't Know JS Yet: Scope & Closures explores how JavaScript handles variable scope, hoisting, and closures in depth. Lexical scope and dynamic scope Hoisting and temporal dead zones Closures...
you don t know js yet get started
You Don't Know JS Yet: Get Started lays a solid foundation for understanding JavaScript from first principles. JavaScript history and design philosophy Values, types, and coercion ES6+ syntax and feature...
JavaScript The Definitive Guide
JavaScript: The Definitive Guide by David Flanagan is the comprehensive reference for JavaScript developers covering the full language. Complete language syntax and features DOM APIs and browser programming Node.js and...
Data Structures and Algorithms with JavaScript
Data Structures and Algorithms with JavaScript teaches fundamental CS concepts using JavaScript implementations. Arrays, linked lists, stacks, and queues Trees, graphs, and hash tables Sorting and searching algorithms Great for...
Eloquent JavaScript
Eloquent JavaScript is an acclaimed introduction to programming and JavaScript, covering the language through thoughtful exercises and projects. JavaScript fundamentals and OOP Browser DOM and events programming Node.js and HTTP...