<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prototypal Inheritance on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/prototypal-inheritance/</link><description>Recent content in Prototypal Inheritance on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 14 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/prototypal-inheritance/index.xml" rel="self" type="application/rss+xml"/><item><title>Prototypal Inheritance and Class Syntax</title><link>https://ai-blog.noorshomelab.dev/js-architect-prep-2026/prototypal-inheritance-class-syntax/</link><pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/js-architect-prep-2026/prototypal-inheritance-class-syntax/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 5 of your advanced JavaScript interview preparation guide! This chapter dives deep into one of JavaScript&amp;rsquo;s most fundamental and often misunderstood concepts: &lt;strong&gt;Prototypal Inheritance&lt;/strong&gt; and its modern syntactic sugar, &lt;strong&gt;Class Syntax&lt;/strong&gt;. While ES6 (ECMAScript 2015) introduced the &lt;code&gt;class&lt;/code&gt; keyword, it&amp;rsquo;s crucial to understand that JavaScript remains a prototype-based language under the hood. Classes merely provide a more familiar, object-oriented programming (OOP) style syntax over the existing prototypal model.&lt;/p&gt;</description></item><item><title>JavaScript is Weird: Unpacking the Language&amp;#39;s Quirks and Advanced Concepts</title><link>https://ai-blog.noorshomelab.dev/guides/javascript-weird/</link><pubDate>Tue, 19 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/javascript-weird/</guid><description>&lt;h1 id="javascript-is-weird-unpacking-the-languages-quirks-and-advanced-concepts"&gt;JavaScript is Weird: Unpacking the Language&amp;rsquo;s Quirks and Advanced Concepts&lt;/h1&gt;
&lt;h2 id="1-introduction"&gt;1. Introduction&lt;/h2&gt;
&lt;h3 id="the-weirdness-of-javascript"&gt;The &amp;ldquo;Weirdness&amp;rdquo; of JavaScript:&lt;/h3&gt;
&lt;p&gt;JavaScript, the ubiquitous language of the web, often elicits a mix of admiration and bewilderment from developers. Its dynamic, loosely-typed nature, asynchronous execution model, and rapid evolution have led to a language brimming with surprising behaviors. These &amp;ldquo;quirks&amp;rdquo; can range from seemingly illogical type coercions to the enigmatic behavior of the &lt;code&gt;this&lt;/code&gt; keyword. However, this perceived weirdness is rarely arbitrary; it&amp;rsquo;s often rooted in the language&amp;rsquo;s original design goals, its evolution, and the underlying specifications of the ECMAScript standard. Understanding these nuances isn&amp;rsquo;t just about avoiding bugs; it&amp;rsquo;s about gaining a deeper appreciation for how JavaScript truly operates, empowering you to write more robust, predictable, and efficient code.&lt;/p&gt;</description></item></channel></rss>