<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Objects on Nalar</title>
    <link>https://nalar.dev/tags/objects/</link>
    <description>Recent content in Objects on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/objects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JavaScript Property Descriptors with Object.defineProperty</title>
      <link>https://nalar.dev/javascript-property-descriptors-with-object-defineproperty/</link>
      <pubDate>Wed, 02 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/javascript-property-descriptors-with-object-defineproperty/</guid>
      <description>&lt;p&gt;Most JavaScript properties are created with assignment or object literals. That is usually the right choice, but it hides several controls that every property carries: whether the property can be assigned, whether common enumeration APIs expose it, and whether its definition can later be changed.&lt;/p&gt;&#xA;&lt;p&gt;Property descriptors make those controls explicit. They are useful for library APIs, metadata, computed properties, compatibility layers, and cases where ordinary assignment exposes more behavior than intended.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
