<?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: Raghavi Srinivasan</title>
    <description>The latest articles on DEV Community by Raghavi Srinivasan (@raghavi94).</description>
    <link>https://dev.to/raghavi94</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%2F500545%2F59a09406-4d05-46af-b0e9-3fa3e107e0d9.png</url>
      <title>DEV Community: Raghavi Srinivasan</title>
      <link>https://dev.to/raghavi94</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raghavi94"/>
    <language>en</language>
    <item>
      <title>How to run JS Code in VS Code</title>
      <dc:creator>Raghavi Srinivasan</dc:creator>
      <pubDate>Mon, 04 Jan 2021 05:23:22 +0000</pubDate>
      <link>https://dev.to/raghavi94/how-to-run-js-code-in-vs-code-436e</link>
      <guid>https://dev.to/raghavi94/how-to-run-js-code-in-vs-code-436e</guid>
      <description>&lt;p&gt;&lt;em&gt;Hey all!Hope you all are doing well.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Usually we run the javascript code by linking it with HTML file and viewing output in browser.&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  In this blog post,let us see how to run Javascript code in Visual Studio Code.
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;At first you need to install NodeJS in your Windows/Macbook.
You can install it from here:
&lt;a href="https://nodejs.org/en/"&gt;https://nodejs.org/en/&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a new folder and open it in VS Code&lt;/li&gt;
&lt;li&gt;Write the javascript code and name it with extension .js&lt;/li&gt;
&lt;li&gt;After completing the code save the changes that you made&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3.Open the terminal in VS Code.&lt;/p&gt;

&lt;p&gt;Now , move to the current directory in which you are there using following command.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgnfmlvx68fv0zzcculo3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgnfmlvx68fv0zzcculo3.png" alt="image1" width="638" height="408"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You have moved to the directory in which your JS code is present.&lt;/p&gt;

&lt;p&gt;4.Type the following command in VS code terminal to view the output of your code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fwzgs3ythg0d0lo3f8ovj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fwzgs3ythg0d0lo3f8ovj.png" alt="image2" width="620" height="408"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yes!!! That's it. By following the above steps you can view your output without the need of HTML file.  &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>visualstudiocode</category>
      <category>git</category>
      <category>bash</category>
    </item>
    <item>
      <title>My first step 👣 towards open-source</title>
      <dc:creator>Raghavi Srinivasan</dc:creator>
      <pubDate>Wed, 28 Oct 2020 03:37:31 +0000</pubDate>
      <link>https://dev.to/raghavi94/my-first-step-towards-open-source-4kgk</link>
      <guid>https://dev.to/raghavi94/my-first-step-towards-open-source-4kgk</guid>
      <description>&lt;p&gt;Hey all!! Hope you all are doing well.. This blog is all about my first open source contribution. It all started with HACKTOBERFEST 2020..I got to know about Hacktoberfest through LinkedIn.. Many people were posting about their open source contribution in Hacktoberfest.. I found it very interesting and wanted to give it a try. Hacktoberfest is a month long celebration 🎉 of contributing to open source which happens in the month of October.&lt;/p&gt;

&lt;p&gt;Things to be done to complete Hacktoberfest:&lt;/p&gt;

&lt;p&gt;👉 You need to make four valid Pull Requests in this October month. &lt;br&gt;
👉 Git and Github:&lt;br&gt;
 First and foremost you need to know git and github. &lt;br&gt;
Ps😉: Even I don't know.. I learnt about git and contributed. &lt;/p&gt;

&lt;p&gt;👉 Registration for Hacktoberfest:&lt;/p&gt;

&lt;p&gt;You need to register in Hacktoberfest's website to participate. &lt;/p&gt;

&lt;p&gt;👉 Get onto work 👀:&lt;/p&gt;

&lt;p&gt;We can start contributing to any repository labelled "Hacktoberfest".&lt;/p&gt;

&lt;p&gt;Checkout my github profile☺:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Raghavi94"&gt;https://github.com/Raghavi94&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's it about my first open source contribution.. Thanks for reading😇&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>hacktoberfest</category>
      <category>git</category>
      <category>github</category>
    </item>
  </channel>
</rss>
