/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

javascript.crockford.com
| | crockford.com
0.6 parsecs away

Travel
| | [AI summary] The article explores JavaScript's prototypal inheritance compared to classical inheritance, discussing various inheritance patterns and their implementations.
| | getcolorings.com
3.1 parsecs away

Travel
| | [AI summary] A technical blog post explaining JavaScript error handling, stack traces, and how assertions work within the Chai testing framework.
| | ponyfoo.com
2.3 parsecs away

Travel
| | [AI summary] The article explains that ES6 classes are syntactic sugar built on top of JavaScript's prototype-based inheritance system, demonstrating construction, static methods, and inheritance with a tutorial on creating a Tesla class.
| | www.abubalay.com
17.5 parsecs away

Travel
| [AI summary] The author introduces the dioptre crate, a Rust proc-macro that enables field projection for Cell types to solve interior mutability and borrowing issues.