Explore >> Select a destination


You are here

spidermonkey.dev
| | www.tapper-ware.net
6.5 parsecs away

Travel
| | [AI summary] The article explores the fundamentals of object-oriented programming (OOP) in JavaScript, emphasizing its differences from traditional class-based languages. It explains that JavaScript lacks real classes and instead relies on prototypes for inheritance and object creation. The article discusses key concepts such as constructors, prototypes, dynamic behavior, and how to emulate class-like features using JavaScript's prototype chain and functions. It also touches on method overloading, private attributes, and the use of `this` and `call/apply/bind` for scope management.
| | markdalgleish.com
6.6 parsecs away

Travel
| | The object-oriented features of JavaScript, such as constructors and prototype chains, are possibly the most misunderstood aspects of the language. ...
| | mathiasbynens.be
4.6 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | www.moddable.com
24.5 parsecs away

Travel
| Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.