<?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: Agnes Arong</title>
    <description>The latest articles on DEV Community by Agnes Arong (@heyags).</description>
    <link>https://dev.to/heyags</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%2F595160%2Fdae2e8d8-5d51-4e6f-910a-b9d431912c98.jpg</url>
      <title>DEV Community: Agnes Arong</title>
      <link>https://dev.to/heyags</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/heyags"/>
    <language>en</language>
    <item>
      <title>Introduction to Modern Javascript</title>
      <dc:creator>Agnes Arong</dc:creator>
      <pubDate>Mon, 14 Feb 2022 01:14:53 +0000</pubDate>
      <link>https://dev.to/heyags/introduction-to-modern-javascript-499e</link>
      <guid>https://dev.to/heyags/introduction-to-modern-javascript-499e</guid>
      <description>&lt;h2&gt;
  
  
  Table of contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;
&lt;li&gt;What is JavaScript?&lt;/li&gt;
&lt;li&gt;History of JavaScript&lt;/li&gt;
&lt;li&gt;Development Tools to Run JavaScript&lt;/li&gt;
&lt;li&gt;Summary&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;JavaScript is the world's most popular programming language on the web. According to &lt;a href="https://insights.stackoverflow.com/survey/2020#technology-programming-scripting-and-markup-languages-professional-developers" rel="noopener noreferrer"&gt;Stack overflows 2020 Developer Survey&lt;/a&gt; JavaScript stands as the most commonly-used language in the world by 69.7%. This article is for beginners who are interested in learning JavaScript as their major programming language, it is going to be a series on JavaScript basics to guide you. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Below are some of the topics that we will be covering in this series&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Variables&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Conditions&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Numbers&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Strings&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Arrays &amp;amp; Objects&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Functions&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Scope&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Method (map, filter, reduce, spread...)&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Promises&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is JavaScript?
&lt;/h2&gt;

&lt;p&gt;JavaScript is a dynamic programming language used for web development. It allows you to add interactive features to your web page that cannot be done with just HTML and CSS like clicking a button to make something appear, submitting forms data, handling pop-up functions, and other complex features.&lt;/p&gt;

&lt;h2&gt;
  
  
  History of JavaScript
&lt;/h2&gt;

&lt;p&gt;JavaScript was developed by &lt;strong&gt;Brendan Eich&lt;/strong&gt; in 1995. It was developed for Netscape, a popular browser of that time.&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%2Fuploads%2Farticles%2Fdgcitr5dyvis8ehf0m1h.jpg" 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%2Fdgcitr5dyvis8ehf0m1h.jpg" alt="Creator of JavaScript"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Development Tools You Need to Run JavaScript
&lt;/h2&gt;

&lt;p&gt;To execute JavaScript you can use any text editor of your choice including Visual Studio Code, Sublime Text, or any other one that you are comfortable with to write your code and a browser to display the web pages that you develop. You can use any web browser including Firefox, Google Chrome, etc. to run your code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;JavaSript is a dynamic programming language developed by Brendan Eich and is used to add complex features and interactions on our web pages.&lt;/li&gt;
&lt;li&gt;It can run on any operating system and almost all web browser.&lt;/li&gt;
&lt;li&gt;You need a text editor to write your JavaScript code and browser to display your web page that you develop.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For further reading;&lt;br&gt;
&lt;a href="https://www.w3schools.com/js/default.asp" rel="noopener noreferrer"&gt;w3schools&lt;/a&gt;&lt;br&gt;
&lt;a href="https://javascript.info/" rel="noopener noreferrer"&gt;javaScript info&lt;/a&gt;&lt;br&gt;
&lt;a href="https://webplatform.github.io/docs/tutorials/your_first_look_at_javascript/" rel="noopener noreferrer"&gt;web platform&lt;/a&gt;&lt;/p&gt;

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