Explore >> Select a destination


You are here

rigsomelight.com
| | degoes.net
2.8 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | www.tapper-ware.net
2.3 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.
| | blog.jcoglan.com
2.7 parsecs away

Travel
| | [AI summary] The article discusses the challenges of handling named arguments in JavaScript, particularly focusing on the limitations of using object literals and the issues arising from modifying Object.prototype. It explores various approaches to validate and handle optional arguments, including the use of checkOptions() function to detect unknown properties, while considering the implications of inherited properties and the safety of Object.prototype modifications. The article emphasizes the importance of distinguishing between own properties and inherited ones to ensure robust and safe API design.
| | blog.plover.com
14.6 parsecs away

Travel
| From the highly eclectic blog of Mark Dominus