<?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: Mohammad Shah Alam</title>
    <description>The latest articles on DEV Community by Mohammad Shah Alam (@mohammad_shahalam_1adeee).</description>
    <link>https://dev.to/mohammad_shahalam_1adeee</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%2F2749161%2F0007667e-989e-4fa2-be18-8541d51313e0.jpg</url>
      <title>DEV Community: Mohammad Shah Alam</title>
      <link>https://dev.to/mohammad_shahalam_1adeee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammad_shahalam_1adeee"/>
    <language>en</language>
    <item>
      <title>AUTOMATIC TYPE CONVERSION</title>
      <dc:creator>Mohammad Shah Alam</dc:creator>
      <pubDate>Tue, 01 Apr 2025 02:48:21 +0000</pubDate>
      <link>https://dev.to/mohammad_shahalam_1adeee/automatic-type-conversion-283b</link>
      <guid>https://dev.to/mohammad_shahalam_1adeee/automatic-type-conversion-283b</guid>
      <description>&lt;p&gt;console.log(8 * null); // output= 0&lt;br&gt;
and&lt;br&gt;
console.log(8 * undefined); // output = NaN&lt;br&gt;
but&lt;br&gt;
console.log(null == undefined); // output =true&lt;br&gt;
why????&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
