<?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: Shamim Islam</title>
    <description>The latest articles on DEV Community by Shamim Islam (@shamimislambd).</description>
    <link>https://dev.to/shamimislambd</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%2F787031%2F0fe8acd7-935e-415e-aafd-bcbf3399d10a.png</url>
      <title>DEV Community: Shamim Islam</title>
      <link>https://dev.to/shamimislambd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shamimislambd"/>
    <language>en</language>
    <item>
      <title>JavaScript</title>
      <dc:creator>Shamim Islam</dc:creator>
      <pubDate>Thu, 06 Jan 2022 09:18:19 +0000</pubDate>
      <link>https://dev.to/shamimislambd/javascript-3ka6</link>
      <guid>https://dev.to/shamimislambd/javascript-3ka6</guid>
      <description>&lt;p&gt;&lt;strong&gt;what ES6 features did you use?&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Some of common feature did i use :

(i) Default parameters
(ii)Handelig parameters extended
(iii)Promises
(iv)Classes
(v)Modules
(vi)Collectiontions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;*&lt;em&gt;What are the differences between var, let, and const? *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Let and const are block scope while var is global scope.&lt;br&gt;
Var and let can be updated but const never can be updated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why will you use default parameters?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We can use default parameters when our function initializes with default value if no value or undefined is passed.&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
How does the Spread operator work?**&lt;/p&gt;

&lt;p&gt;The spread operator (...) is used to get all the elements of an array. I.e.&lt;br&gt;
Const numbers = [73, 67, 69, 79, 90];&lt;/p&gt;

&lt;p&gt;** Difference between class and object?**&lt;/p&gt;

&lt;p&gt;Class is a building block that leads to object-oriented-programming. It is a user defined data type.An object is the instance of classes.object has a physical existence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How does inheritance work in JavaScript?&lt;/strong&gt;&lt;br&gt;
Prototypes are the functionality by which javascript inherits features from one place to another place.&lt;/p&gt;

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