<?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: kuldeep patel</title>
    <description>The latest articles on DEV Community by kuldeep patel (@ksdeveloper).</description>
    <link>https://dev.to/ksdeveloper</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%2F345506%2F8e6c2006-0d15-476d-8393-17844c002ddb.jpeg</url>
      <title>DEV Community: kuldeep patel</title>
      <link>https://dev.to/ksdeveloper</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ksdeveloper"/>
    <language>en</language>
    <item>
      <title>I need to work as part-time</title>
      <dc:creator>kuldeep patel</dc:creator>
      <pubDate>Sun, 24 Jan 2021 11:45:41 +0000</pubDate>
      <link>https://dev.to/ksdeveloper/i-need-to-work-as-part-time-40p2</link>
      <guid>https://dev.to/ksdeveloper/i-need-to-work-as-part-time-40p2</guid>
      <description>&lt;p&gt;Hii... There&lt;br&gt;
I need to work part-time. I have experience in HTML, CSS, Boostrap, Javascript, WordPress, and Shopify. If you have any work for me please tell me...&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
      <category>freelancer</category>
    </item>
    <item>
      <title>How to declare variables in javascript? 🤔</title>
      <dc:creator>kuldeep patel</dc:creator>
      <pubDate>Sat, 16 Jan 2021 03:45:34 +0000</pubDate>
      <link>https://dev.to/ksdeveloper/how-to-declare-variables-in-javascript-5cp9</link>
      <guid>https://dev.to/ksdeveloper/how-to-declare-variables-in-javascript-5cp9</guid>
      <description>&lt;p&gt;Hi...!&lt;br&gt;
In this article, we are discussing variables. There are different declared variables in different programming languages. Javascript is very freely declaring variables.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Vn83WeW2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5e0hszxbptojszy9opqf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Vn83WeW2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5e0hszxbptojszy9opqf.png" alt="Instagram post - 1variable"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is some different way to declare in javascript. But First&lt;/p&gt;

&lt;h1&gt;
  
  
  What are the variables?
&lt;/h1&gt;

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

&lt;p&gt;Now you think about your purchase gift box. But the gift boxes are empty there is no value 😅. It looks like the above image ☝️ &lt;br&gt;
There is no value. &lt;/p&gt;

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

&lt;p&gt;Now you put a toy in the gift box 🎁. The gift box is valued because you put a toy in the gift box. if you open the box you see there is a toy. 🤩 &lt;br&gt;
Here gift box we are call variable name and toy we are called value.&lt;br&gt;
&lt;code&gt;variable name is = gift box&lt;/code&gt;&lt;br&gt;
&lt;code&gt;variable value is = toy&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;the variable name holds the data and stores it.&lt;/p&gt;

&lt;h1&gt;
  
  
  How do I declare variables in javascript? can you tell me?
&lt;/h1&gt;

&lt;p&gt;In javascript, you can declare variables in 3 ways.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;using var&lt;/li&gt;
&lt;li&gt;using let and&lt;/li&gt;
&lt;li&gt;using const&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  var
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--79G6F50r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/d1dqhxm71my71b89tvnx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--79G6F50r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/d1dqhxm71my71b89tvnx.png" alt="Instagram post - 6variable"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;First, we are trying with &lt;code&gt;var&lt;/code&gt; variables. So &lt;code&gt;var&lt;/code&gt; is stores data in memory for example&lt;br&gt;
&lt;code&gt;var fullName = 'Kuldeep';&lt;/code&gt; using var keyword you are use-value anywhere in the program. Now you are using &lt;code&gt;fullName&lt;/code&gt; anywhere in the howl program like &lt;code&gt;console.log(fullName);&lt;/code&gt;🤪&lt;/p&gt;

&lt;h1&gt;
  
  
  let
&lt;/h1&gt;

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

&lt;p&gt;Now second is the Let keyword.&lt;/p&gt;

&lt;p&gt;Let keyword you also store data in javascript program. There are lots of think with the let keyword. Because with let you are store value multiple in one variable. &lt;br&gt;
For example&lt;/p&gt;

&lt;p&gt;&lt;code&gt;let message;&lt;/code&gt;&lt;br&gt;
&lt;code&gt;message = 'Hello kuldeep 👋';&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(message);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;There are messages that hold one think Hello Kuldeep 👋. But if you want to store data in one variable you can also do that.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;let user = 'Kuldeep', age=25, message = 'Kuldeep Hello'&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(user);&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(age);&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(message);&lt;/code&gt;&lt;br&gt;
In older scripts, you may also find another keyword: var instead of let:&lt;br&gt;
&lt;code&gt;var&lt;/code&gt; and &lt;code&gt;let&lt;/code&gt; work as same but var are the old way to declare now a new way to hold store data &lt;code&gt;let&lt;/code&gt; keyword.&lt;/p&gt;

&lt;p&gt;But if you are declaring a variable already and you have put another variable value what happens when you try like this.&lt;br&gt;
&lt;code&gt;let fullName = 'Kuldeep';&lt;/code&gt;&lt;br&gt;
and now &lt;br&gt;
&lt;code&gt;let fullName = 'Jone'&lt;/code&gt;;&lt;/p&gt;

&lt;h3&gt;
  
  
  What happened when you run 👆 in this program.
&lt;/h3&gt;

&lt;p&gt;There are show errors 🥴. O nooo because fullName is already declared in the program&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cK5sF5SM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v3wn9ch6g1p5eeuubvua.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cK5sF5SM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/v3wn9ch6g1p5eeuubvua.png" alt="Screenshot_2021-01-13_10-39-55"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have an error in the console. &lt;br&gt;
Uncaught SyntaxError: Identifier 'fullName' has already been declared&lt;/p&gt;

&lt;p&gt;Now we are talking about rules about how to declare a variable and variable name.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3oIP7P5Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6u2kvvak5hkzyy50ori0.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3oIP7P5Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6u2kvvak5hkzyy50ori0.gif" alt="giphy (1)"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1st: Variable name does not start with a number and # keyword.&lt;br&gt;
&lt;code&gt;var 1name='kuldeep';&lt;/code&gt;❌&lt;br&gt;
&lt;code&gt;var #name= ''&lt;/code&gt;❌&lt;br&gt;
👆 this is wrong to declare a variable in javascript.&lt;/p&gt;

&lt;p&gt;2nd: Variable name start with &lt;code&gt;A-z, $, _&lt;/code&gt;&lt;br&gt;
&lt;code&gt;let firstName = 'Oliver';&lt;/code&gt;✅&lt;br&gt;
&lt;code&gt;let _secondName = 'kuldeep';&lt;/code&gt;✅&lt;br&gt;
👆 this Right way to declare a variable&lt;/p&gt;

&lt;p&gt;3rd: You are not using &lt;code&gt;-&lt;/code&gt; in javascript&lt;br&gt;
&lt;code&gt;let first-name='Jone';&lt;/code&gt;❌&lt;br&gt;
👆 this is wrong to declare a variable in javascript.&lt;/p&gt;

&lt;p&gt;4th: CaseSensitve word.&lt;br&gt;
&lt;code&gt;let first = "kuldeep";&lt;/code&gt; and you write &lt;code&gt;let fiRsT ='Oliver';&lt;/code&gt;&lt;br&gt;
👆 There is two different variable name first and fiRsT are to the different thing in Javascript.&lt;/p&gt;

&lt;p&gt;5th: We do not use reserved keywords in javascript&lt;br&gt;
&lt;code&gt;var let='kuldeep';&lt;/code&gt;❌&lt;br&gt;
&lt;code&gt;let const = 'Oliver';&lt;/code&gt;❌&lt;/p&gt;

&lt;h1&gt;
  
  
  Const
&lt;/h1&gt;

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

&lt;p&gt;const keyword also works as let keyword. &lt;br&gt;
If you have any queries about this article you can comment below&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>writing</category>
    </item>
    <item>
      <title>How to debug your code in javascript?</title>
      <dc:creator>kuldeep patel</dc:creator>
      <pubDate>Sun, 03 Jan 2021 11:18:10 +0000</pubDate>
      <link>https://dev.to/ksdeveloper/how-to-debug-your-code-in-javascript-4ph9</link>
      <guid>https://dev.to/ksdeveloper/how-to-debug-your-code-in-javascript-4ph9</guid>
      <description>&lt;p&gt;Hii DEV family 👋&lt;/p&gt;

&lt;p&gt;In this article, we are discussing debug your code in javascript sound is good!. Let's start&lt;br&gt;
Debugging your code is very important to solve a problem.&lt;br&gt;
Ya yaa Error...! 🤯&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lifelike an error. 😂&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Now how to solve it?&lt;br&gt;
Console.log is helping to solve the error.&lt;br&gt;
There are so many types to see the output in the console.&lt;/p&gt;
&lt;h1&gt;
  
  
  console.log
&lt;/h1&gt;

&lt;p&gt;it's very simple and basic use in javascript programmer...!&lt;br&gt;
ex:1&lt;br&gt;
&lt;code&gt;console.log("🤪");&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;ex:2&lt;br&gt;
&lt;code&gt;var name = 'Kuldeep';&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(name);&lt;/code&gt;&lt;br&gt;
If you want to basic way to see an error you can go with it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;But what if we have multiple values that we want to log?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;code&gt;var name='kuldeep 🤓';&lt;/code&gt;&lt;br&gt;
&lt;code&gt;var friendName='Pawar 😝';&lt;/code&gt;&lt;br&gt;
&lt;code&gt;var car = 🏎️;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;console.log(name);&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(firendName);&lt;/code&gt;&lt;br&gt;
&lt;code&gt;console.log(car);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That time we are console.log() 3-time write? No, I have an idea 💡.&lt;/p&gt;

&lt;p&gt;I write code like this.&lt;br&gt;
&lt;code&gt;console.log('name'.name, 'My Friend Name'.firendName, 'car'.car);&lt;/code&gt;&lt;br&gt;
But this is also long 😆&lt;br&gt;
I write code like this again...&lt;br&gt;
&lt;code&gt;console.log( {name, firstName, car} );&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You can write this way your code line is less and you can easily understand to code what is. And You are a smart way programmer.&lt;/p&gt;
&lt;h1&gt;
  
  
  Let's work with Object:
&lt;/h1&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;let car ={
carName: 'BMW',
carColor: 'Black',
price: $250000,
}

console.log(car);
console.log({car});
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;The first log will print the properties within the car object. The second will identify the object as "car" and print the properties within it.&lt;/p&gt;
&lt;h1&gt;
  
  
  Variables within the log
&lt;/h1&gt;

&lt;p&gt;&lt;code&gt;console.log('%s is %d years old', "Kuldeep", 29 );&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;in this example, &lt;code&gt;%s&lt;/code&gt; is referred to as string options, and %d is referred to as any number. In this example our output statement is a show like this: &lt;code&gt;Kuldeep is 29 years old&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  variants log().
&lt;/h2&gt;

&lt;p&gt;There are a few variant logs. Mostly widely use console.log(). But there is also.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;console.info('This is info message') ;
console.warn('Please enter valid number');
console.error('number is not valid');
console.debug('This is debug');
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;warn&lt;/code&gt;  print as yellow color and &lt;code&gt;error&lt;/code&gt; message print as red color&lt;/p&gt;

&lt;h1&gt;
  
  
  console.table()
&lt;/h1&gt;

&lt;p&gt;console. table() is view beautiful table view with index number.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;let animal = [
    {
        cow: "🐮",
        cat: "🐱"
    },
    {
        dog: "🐶",
        monkey:"🐒"
    }
]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fi%2Fa9u36i4w995fsj8yiut8.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%2Fi%2Fa9u36i4w995fsj8yiut8.png" alt="Screenshot_2021-01-05_09-37-19"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>writing</category>
    </item>
    <item>
      <title>How to write a javascript program.?</title>
      <dc:creator>kuldeep patel</dc:creator>
      <pubDate>Sun, 03 Jan 2021 05:43:36 +0000</pubDate>
      <link>https://dev.to/ksdeveloper/how-to-write-a-javascript-program-2j5h</link>
      <guid>https://dev.to/ksdeveloper/how-to-write-a-javascript-program-2j5h</guid>
      <description>&lt;h1&gt;
  
  
  we need 2 things to run the javascript program...
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;We need Code editor and 
-&amp;gt; We are using  &lt;a href="https://code.visualstudio.com/" rel="noopener noreferrer"&gt;vs&lt;/a&gt; (Visual Studio) Code. VS Code is free to editing code. Vs code is developed by Microsoft developers. &lt;/li&gt;
&lt;li&gt;We need where to see our output?
-&amp;gt; We use for output is Chrome. Chrome is developed by Google so it's also free to use 😅.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These 2 stuff things you already know.&lt;/p&gt;

&lt;p&gt;So in this article, we are writing our first javascript program... 🥶. No Today we are not writing a Hello world... We are writing with Emoji to fun with javascript. Because I'm not thinking you go boring javascript.&lt;br&gt;
Every javascript line end with ;&lt;/p&gt;

&lt;p&gt;We are writing two types of javascript code. Internal and external javascript code.&lt;br&gt;
first, we are discussing internal javascript&lt;/p&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%2Fi%2Ftkreum32180p4isvy5cb.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%2Fi%2Ftkreum32180p4isvy5cb.png" alt="program1"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So now you see in our code. First, we make a simple HTML program, and then after you want to write javascript code. Then you can use &lt;code&gt;&amp;lt;script&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;. &lt;br&gt;
You can use the &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; tag inside the &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt; tag Or &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; tag&lt;/p&gt;

&lt;p&gt;Secondly, External javascript use.&lt;/p&gt;

&lt;p&gt;Index.html&lt;/p&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%2Fi%2Fiver84jux1cj2b775s31.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%2Fi%2Fiver84jux1cj2b775s31.png" alt="program2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;script.js&lt;br&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%2Fi%2Fh5yub4chv11299w10exp.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%2Fi%2Fh5yub4chv11299w10exp.png" alt="program3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now you can see the first Index.html we are linked with the external script. &lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;script src="./script.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;SRC is an attribute of the script tag. Using src you can connect with an external javascript program. And seconde file call script.js in this file we write simple code...!&lt;/p&gt;

&lt;p&gt;Now, How do I see my output in the browser.?&lt;br&gt;
If you are using Chrome, Firefox, Or any other browser the way is always one.&lt;/p&gt;

&lt;p&gt;Open Chrome browser -&amp;gt; clicks on white background -&amp;gt; Go to Inspect &lt;br&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%2Fi%2Fg5tr742drqbpz4sgl4eb.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%2Fi%2Fg5tr742drqbpz4sgl4eb.png" alt="Screenshot from 2021-01-03 10-55-03"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Go to the console.&lt;br&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%2Fi%2Fo4j2uown5abro1czya8d.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%2Fi%2Fo4j2uown5abro1czya8d.png" alt="Screenshot from 2021-01-03 10-59-57"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here our output 👇&lt;br&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%2Fi%2Fwpo8iq34lblpg75v5vyn.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%2Fi%2Fwpo8iq34lblpg75v5vyn.png" alt="Screenshot from 2021-01-03 11-01-11"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a long process to see our output 🤣&lt;br&gt;
Click &lt;code&gt;F12&lt;/code&gt; to directly open the console in your browser... 😎...&lt;/p&gt;

&lt;h1&gt;
  
  
  What is console.log()?
&lt;/h1&gt;

&lt;p&gt;The console.log() is a function in JavaScript that is used to print any kind of variables defined before in it or to just print any message that needs to be displayed to the user.&lt;/p&gt;

&lt;p&gt;We discuss more Console.log() in the next chapter...&lt;br&gt;
Thank you for reading 😉&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>writing</category>
      <category>programming</category>
    </item>
    <item>
      <title>What is Javascript?🤔</title>
      <dc:creator>kuldeep patel</dc:creator>
      <pubDate>Fri, 01 Jan 2021 13:48:27 +0000</pubDate>
      <link>https://dev.to/ksdeveloper/what-is-javascript-47pd</link>
      <guid>https://dev.to/ksdeveloper/what-is-javascript-47pd</guid>
      <description>&lt;p&gt;Hi everyone...! &lt;br&gt;
Happy New year...&lt;br&gt;
This is my first post in DEV.😅&lt;/p&gt;

&lt;p&gt;So let's start. 🏎️&lt;/p&gt;

&lt;p&gt;Javascript now a day is a very useful and creative thing in the world. I love javascript because it's very easy to understand, readable. &lt;br&gt;
Javascript working with AI and ML&lt;/p&gt;

&lt;p&gt;So are you confused about how do I start programing language?&lt;br&gt;
Don't worries you can start with javascript.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ut23LwKp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/cpvrm2thyrcj5yocpv2e.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ut23LwKp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/cpvrm2thyrcj5yocpv2e.gif" alt="javascript-powered-multichannel-1280w"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You think you heard this word &lt;strong&gt;Java&lt;/strong&gt;. Right!&lt;br&gt;
Java and javascript are different things in the programming world.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--og5b2P12--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/t4gwunut4kdyyemcl7gf.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--og5b2P12--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/t4gwunut4kdyyemcl7gf.jpg" alt="Java-Debugging-Tips-1280x720"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Java
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;java is a statically typed language&lt;/li&gt;
&lt;li&gt;java is class-based work&lt;/li&gt;
&lt;li&gt;java uses block-based scoping&lt;/li&gt;
&lt;li&gt;java uses in the android app.&lt;/li&gt;
&lt;/ol&gt;

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

&lt;h1&gt;
  
  
  Javascript
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;javascript is dynamic.&lt;/li&gt;
&lt;li&gt;javascript is a prototype-based worked.&lt;/li&gt;
&lt;li&gt;javascript uses a function-based scoping.&lt;/li&gt;
&lt;li&gt;javascript uses in website design, web app.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In short one line different java and javascript are like car and carpenter.&lt;/p&gt;

&lt;p&gt;I hope it is helpful for you. If you want to learn about more javascript then follow me. We are going step by step.&lt;/p&gt;

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