<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ES6 on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/es6/</link><description>Recent content in ES6 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/es6/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></channel></rss>