Explore >> Select a destination


You are here

spidermonkey.dev
| | benediktmeurer.de
5.3 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | 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. ...
| | 2019.splashcon.org
32.3 parsecs away

Travel
| About The changing hardware and software landscape along with the increased heterogeneity of systems make metaprogramming once more an important research topic to handle the associated complexity. Meta'19 workshop aims to bring together researchers working on metaprogramming and reflection, as well as users building applications, language extensions, or software tools using them. The challenges which metaprogramming faces are manifold. They start with formal reasoning about reflective programs, continue ...