<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Singh-Sagar</title>
    <description>The latest articles on DEV Community by Singh-Sagar (@singhsagar).</description>
    <link>https://dev.to/singhsagar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1034111%2F0a903580-d204-413a-b8c7-e3b1f1d1538a.png</url>
      <title>DEV Community: Singh-Sagar</title>
      <link>https://dev.to/singhsagar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/singhsagar"/>
    <language>en</language>
    <item>
      <title>spread operator in js</title>
      <dc:creator>Singh-Sagar</dc:creator>
      <pubDate>Thu, 20 Jul 2023 05:34:46 +0000</pubDate>
      <link>https://dev.to/singhsagar/spread-operator-in-js-2c8b</link>
      <guid>https://dev.to/singhsagar/spread-operator-in-js-2c8b</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1SO_B9Z8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d7f3pookav338n5olb3o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1SO_B9Z8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d7f3pookav338n5olb3o.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Some important ideas from JavaScript</title>
      <dc:creator>Singh-Sagar</dc:creator>
      <pubDate>Wed, 19 Jul 2023 18:39:44 +0000</pubDate>
      <link>https://dev.to/singhsagar/some-important-ideas-from-javascript-1ikk</link>
      <guid>https://dev.to/singhsagar/some-important-ideas-from-javascript-1ikk</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;JavaScript is a weakly and dynamically typed language, i.e. there is not much restriction with respect to handling different datatypes and .js code is not compiled and is directly interpreted. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BlHtwLOk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ljvbmzl1719h4lz5i7ad.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BlHtwLOk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ljvbmzl1719h4lz5i7ad.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There is truthy and falsie values in JavaScript. I don't know if there are actually those words, but this idea is real. By default, any string other than empty string or number other than 0 is treated as truthy value in conditionals. This is also applicable to other datatypes too.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--31K8mC6O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/50i3aw2kutk5jwspu05s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--31K8mC6O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/50i3aw2kutk5jwspu05s.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using square bracket notation [] for accessing object properties is significantly better, at least in my experience as it allows you to dynamically use it, whereas it is not possible with dot notation.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
