<?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>Forem: MD JUNAID ALAM</title>
    <description>The latest articles on Forem by MD JUNAID ALAM (@metajunaid).</description>
    <link>https://forem.com/metajunaid</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%2F442748%2F0077da30-e19e-4b43-946b-721bfd1b7f34.jpg</url>
      <title>Forem: MD JUNAID ALAM</title>
      <link>https://forem.com/metajunaid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/metajunaid"/>
    <language>en</language>
    <item>
      <title>How to get Microsoft Certified Azure Fundamentals certifications AZ900 for free</title>
      <dc:creator>MD JUNAID ALAM</dc:creator>
      <pubDate>Thu, 12 Aug 2021 06:41:51 +0000</pubDate>
      <link>https://forem.com/metajunaid/how-to-get-microsoft-certified-azure-fundamentals-certifications-az900-for-free-5hm1</link>
      <guid>https://forem.com/metajunaid/how-to-get-microsoft-certified-azure-fundamentals-certifications-az900-for-free-5hm1</guid>
      <description>&lt;p&gt;I recently got Microsoft Certified Azure Fundamentals certifications and I want to let you know that I was completely free. Yes, Free!&lt;/p&gt;

&lt;p&gt;If you planning to get into cloud journey or planning for certifications, you can also get this certification for &lt;em&gt;free&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Here is how you can get a free exam voucher for Azure Fundamentals Certification Exam.&lt;/p&gt;

&lt;p&gt;You can enroll for Microsoft Virtual Training days for Azure Fundamentals&lt;br&gt;
Keep an eye on this page for upcoming &lt;a href="https://mktoevents.com/Microsoft+Event/286875/157-GQE-382"&gt;Virtual Training Day&lt;/a&gt;&lt;br&gt;
Once you are done with the virtual training you will be eligible to take Microsoft Azure Fundamentals AZ-900 Exam for free.&lt;/p&gt;

&lt;p&gt;Below topics will be covered in the training&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 1:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;-Introduction&lt;br&gt;
-Azure Cloud Concepts&lt;br&gt;
-Core Azure Services&lt;br&gt;
-Azure Solutions and Management Tools&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 2:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Introduction&lt;br&gt;
-Azure Security and Network Security&lt;br&gt;
-Identity, governance, privacy and compliance&lt;br&gt;
-Azure Pricing and Lifestyle&lt;/p&gt;

&lt;p&gt;For better preparation for exam  you go through &lt;a href="https://docs.microsoft.com/en-us/learn/certifications/azure-fundamentals/"&gt;Microsoft Learn Platform&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Steps to claim you free exam voucher.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Register for certification visit &lt;a href="https://docs.microsoft.com/en-us/learn/certifications/exams/az-900"&gt;certification page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Login with appropriate option applicable to you Pearson VUE or Certiport, make sure you use the same email id which you used for register to Virtual Training.&lt;/li&gt;
&lt;li&gt;Once login, go to certification dashboard and claim your free exam voucher.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's All and All the best for your exam!!!&lt;/p&gt;

&lt;p&gt;Let me know if you found it useful.&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>beginners</category>
      <category>devops</category>
    </item>
    <item>
      <title>10 Super easy CSS Shapes for beginners</title>
      <dc:creator>MD JUNAID ALAM</dc:creator>
      <pubDate>Thu, 05 Aug 2021 08:23:32 +0000</pubDate>
      <link>https://forem.com/metajunaid/10-super-easy-css-shapes-for-beginners-19kf</link>
      <guid>https://forem.com/metajunaid/10-super-easy-css-shapes-for-beginners-19kf</guid>
      <description>&lt;p&gt;Hello there,&lt;/p&gt;

&lt;p&gt;In this post we will be talking about creating basic shapes in HTML &amp;amp; CSS. Many beginners face issues while working with CSS, so I have got 10 CSS shapes that we can create easily.&lt;/p&gt;

&lt;p&gt;So, without further delay. Let's Begin.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Square
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwmow6edzzitp0kosw5vd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwmow6edzzitp0kosw5vd.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="square"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.square {
  height: 100px;
  width: 100px;
  background-color: #d1bb03;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  2. Rectangle
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbepzoskthk9ocn0c677x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbepzoskthk9ocn0c677x.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="rectangle"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.rectangle {
  height: 100px;
  width: 150px;
  background-color: #d11bbb;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  3. Rounded Rectangle
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdn4d3l1twxuccej9alul.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdn4d3l1twxuccej9alul.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="rounded-rectangle"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.rounded-rectangle {
  height: 100px;
  width: 150px;
  border-radius: 25px;
  background-color: #0fbd9c;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  4. Circle
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6a3pwhm3ma5i4v4vny72.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6a3pwhm3ma5i4v4vny72.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="circle"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #00a913;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  5. Oval
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvkre9j6xyuj739q9q94t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvkre9j6xyuj739q9q94t.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="oval"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.oval {
  height: 100px;
  width: 150px;
  border-radius: 50%;
  background-color: #f95670;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  6. Half Circle
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F66d9rphpzb22a6qfdlqt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F66d9rphpzb22a6qfdlqt.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="half-circle"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.half-circle {
  height: 75px;
  width: 150px;
  background-color: #cdef00;
  border-radius: 50% /100% 100% 0 0;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  7. Triangle
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F35botbjje3vdplm7yx5j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F35botbjje3vdplm7yx5j.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="triangle"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.triangle {
  height: 0;
  width: 0;
  border: 50px solid transparent;
  border-bottom: 100px solid #252aff;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  8. Cone
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy7jlqpisvwghiugitqp8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy7jlqpisvwghiugitqp8.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="cone"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.cone {
  height: 0;
  width: 0;
  border: 50px solid transparent;
  border-bottom: 100px solid #27aaff;
  border-radius: 50%;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  9. Heart
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy55k1qwxj34vy4strh7g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy55k1qwxj34vy4strh7g.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="heart"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.heart {
  height: 60px;
  width: 60px;
  background-color: #c51a08;
  transform: rotate(45deg);
  position: relative;
}
.heart::before, .heart::after {
  content: '';
  background-color: inherit;
  height: inherit;
  width: inherit;
  display: block;
  position: absolute;
  border-radius: 50%;
}

.heart::before{
  bottom: 30px;
}
.heart::after {
  right: 30px;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  10. Callout
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fve9ir3k4ch9rojii6vvz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fve9ir3k4ch9rojii6vvz.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div class="callout"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.callout {
  height: 80px;
  width: 150px;
  background-color: #660077;
  border-radius: 10px;
  position: relative;
}
.callout::after {
  content: '';
  border: 15px solid transparent;
  border-top: 30px solid #660077;
  position: absolute;
  bottom: -30px;
  right: 0px;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Feel free to add your thoughts in comments.&lt;/p&gt;

</description>
      <category>css</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Is "let" not a reserved keyword in JavaScript</title>
      <dc:creator>MD JUNAID ALAM</dc:creator>
      <pubDate>Wed, 12 Aug 2020 18:39:49 +0000</pubDate>
      <link>https://forem.com/metajunaid/is-let-not-a-reserved-keyword-in-javascript-56bh</link>
      <guid>https://forem.com/metajunaid/is-let-not-a-reserved-keyword-in-javascript-56bh</guid>
      <description>&lt;p&gt;We can declare a new variable in JavaScript by using &lt;code&gt;var&lt;/code&gt;, &lt;code&gt;let&lt;/code&gt;, or&lt;code&gt;const&lt;/code&gt; keywords.&lt;/p&gt;

&lt;p&gt;For Example,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;var a = 10;
let b = 20;
const c = 40;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I was playing around with above syntax, and tried something silly.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;var let = 100;
var const = 100;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And. the result was surprising. &lt;code&gt;let&lt;/code&gt; variable was successfully created, but for const I got an syntax error.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3k6D2arg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gi54dihazdjs15y36el2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3k6D2arg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gi54dihazdjs15y36el2.png" alt="let as a variable"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You might be thinking why defining &lt;code&gt;let&lt;/code&gt; as a variable did not give syntax error. I was thinking the same.&lt;/p&gt;

&lt;p&gt;You might be curious to know why it happened. So, here goes your answer:&lt;/p&gt;

&lt;p&gt;JavaScript have some reserved keywords which we can't use as a variable/identifier. Below is the list of reserved keywords as per ECMAScript 2015 (source &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar"&gt;MDN&lt;/a&gt;): &lt;/p&gt;

&lt;h3&gt;
  
  
  Reserved Keywords
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;break&lt;/code&gt;, &lt;code&gt;case&lt;/code&gt;, &lt;code&gt;catch&lt;/code&gt;, &lt;code&gt;class&lt;/code&gt;, &lt;code&gt;const&lt;/code&gt;, &lt;code&gt;continue&lt;/code&gt;, &lt;code&gt;debugger&lt;/code&gt;, &lt;code&gt;default&lt;/code&gt;, &lt;code&gt;delete&lt;/code&gt;, &lt;code&gt;do&lt;/code&gt;, &lt;code&gt;else&lt;/code&gt;, &lt;code&gt;export&lt;/code&gt;, &lt;code&gt;extends&lt;/code&gt;, &lt;code&gt;finally&lt;/code&gt;, &lt;code&gt;for&lt;/code&gt;, &lt;code&gt;function&lt;/code&gt;, &lt;code&gt;if&lt;/code&gt;, &lt;code&gt;import&lt;/code&gt;, &lt;code&gt;in&lt;/code&gt;, &lt;code&gt;instanceof&lt;/code&gt;, &lt;code&gt;new&lt;/code&gt;, &lt;code&gt;return&lt;/code&gt;, &lt;code&gt;super&lt;/code&gt;, &lt;code&gt;switch&lt;/code&gt;, &lt;code&gt;this&lt;/code&gt;, &lt;code&gt;throw&lt;/code&gt;, &lt;code&gt;try&lt;/code&gt;, &lt;code&gt;typeof&lt;/code&gt;, &lt;code&gt;var&lt;/code&gt;, &lt;code&gt;void&lt;/code&gt;, &lt;code&gt;while&lt;/code&gt;, &lt;code&gt;with&lt;/code&gt;, &lt;code&gt;yield&lt;/code&gt;, &lt;/p&gt;

&lt;h3&gt;
  
  
  Below are future reserved keywords
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;enum&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Reserved only when used inside a module
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;await&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Only reserved when used in strict mode ###
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;implements&lt;/code&gt;, &lt;code&gt;interface&lt;/code&gt;, &lt;code&gt;let&lt;/code&gt;, &lt;code&gt;package&lt;/code&gt;, &lt;code&gt;private&lt;/code&gt;, &lt;code&gt;protected&lt;/code&gt;, &lt;code&gt;public&lt;/code&gt;, &lt;code&gt;static&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;So From above list, as &lt;code&gt;let&lt;/code&gt; is reserved only when strict mode is used. So I tried below code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"use strict";
var let = 100;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now finally, it gives error when &lt;code&gt;let&lt;/code&gt; is used as a identifier.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1PAAF6JW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bqp8g895z7p5h2fw9mmw.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1PAAF6JW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bqp8g895z7p5h2fw9mmw.PNG" alt="Use of Let in use strict mode"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In same way we can use below keywords an identifier.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;implements&lt;/code&gt;, &lt;code&gt;interface&lt;/code&gt;, &lt;code&gt;let&lt;/code&gt;, &lt;code&gt;package&lt;/code&gt;, &lt;code&gt;private&lt;/code&gt;, &lt;code&gt;protected&lt;/code&gt;, &lt;code&gt;public&lt;/code&gt;, &lt;code&gt;static&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;In strict mode it will give syntax error.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Note: *&lt;/em&gt; It is good idea to always give you identifier a meaningful name. Do not use reserved keyword as an identifier.&lt;/p&gt;

&lt;p&gt;What's you thoughts, let me know in the comments. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Styling your JavaScript Console Outputs</title>
      <dc:creator>MD JUNAID ALAM</dc:creator>
      <pubDate>Fri, 31 Jul 2020 14:12:54 +0000</pubDate>
      <link>https://forem.com/metajunaid/styling-your-javascript-console-outputs-mn7</link>
      <guid>https://forem.com/metajunaid/styling-your-javascript-console-outputs-mn7</guid>
      <description>&lt;p&gt;JavaScript Console is widely used by developers for executing JavaScript codes, debugging, logging, etc.&lt;/p&gt;

&lt;h4&gt;
  
  
  Below are some mostly used methods provided by Console
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;log()&lt;/strong&gt; -  This method outputs the given message to console.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;info()&lt;/strong&gt; -  This method outputs the given message to console as a Informational message.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;warn()&lt;/strong&gt; -  This method outputs the given message to console as a Warning message. The color of the message would be Yellow by default.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;error()&lt;/strong&gt; -  This method outputs the given message to console as a Error message. The color of the message would be Red by default.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;clear()&lt;/strong&gt; -  This method clears the console.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are many more methods provided by Console but we don't need in this article.&lt;/p&gt;

&lt;p&gt;In following ways we can out a message to console. I am taking console.log() for example.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;console.log('I Love DEV');
console.log('I Love %s', 'DEV');
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Output:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UzUmAD4N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pg2uwsguy41qbjzesud2.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UzUmAD4N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/pg2uwsguy41qbjzesud2.PNG" alt="Console log Syntax"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Observe in second line console.log('I Love %s', 'DEV'), here %s is String substitutions. Below are the string substitution used for other types :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;%o or %O&lt;/strong&gt; - used to output objects,&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;%d or %i&lt;/strong&gt; -  used to output integer,&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;%s&lt;/strong&gt; - used to output string,&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;%f&lt;/strong&gt; - used to output floating point values.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;%c&lt;/strong&gt; - used to add styles.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Now, let's come to main agenda, styling our console outputs.
&lt;/h4&gt;

&lt;p&gt;You got it right. We would be using &lt;strong&gt;%c&lt;/strong&gt; for styling our console output. Let's style our first console output.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;console.log('I Love %cDEV',  'height:40px;width:50px;padding: 3px 7px 3px 9px;background:#000;color:#fff;border-radius:4px');
console.log('I Love %c%s',  'height:40px;width:50px;padding: 3px 7px 3px 9px;background:#000;color:#fff;border-radius:4px', 'DEV');
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Output:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--v1G82ppf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ib5zsmd47n7boiui5hur.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--v1G82ppf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ib5zsmd47n7boiui5hur.PNG" alt="Colorful Console Output"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's add more styles:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;console.log('%cI Love %cDEV', 'color:#4caf50;font-size:18px', 'height:40px;width:50px;padding: 3px 7px 3px 9px;background:#000;color:#fff;border-radius:4px');
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Output:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cgo0GG1a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sjyfuv5uvp7doz4waem1.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cgo0GG1a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sjyfuv5uvp7doz4waem1.PNG" alt="Colorful Console Output"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Reference
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/API/console"&gt;Mozilla Web Docs - Console&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>console</category>
    </item>
  </channel>
</rss>
