<?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: Somtochukwu Nnaji</title>
    <description>The latest articles on Forem by Somtochukwu Nnaji (@dovey21).</description>
    <link>https://forem.com/dovey21</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%2F865862%2F8ed8d1b7-3dbb-41e4-9087-371386a22fe4.jpeg</url>
      <title>Forem: Somtochukwu Nnaji</title>
      <link>https://forem.com/dovey21</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dovey21"/>
    <language>en</language>
    <item>
      <title>The difference between..</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Sat, 18 Jun 2022 01:32:29 +0000</pubDate>
      <link>https://forem.com/dovey21/the-difference-between-23lp</link>
      <guid>https://forem.com/dovey21/the-difference-between-23lp</guid>
      <description>&lt;p&gt;Hey folks, I really wanna know the difference between TailwindCSS and the actual CSS.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is that you....</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Mon, 06 Jun 2022 14:50:30 +0000</pubDate>
      <link>https://forem.com/dovey21/what-is-that-you-4i54</link>
      <guid>https://forem.com/dovey21/what-is-that-you-4i54</guid>
      <description>&lt;p&gt;What is it that you wished you knew before starting your programming journey? &lt;/p&gt;

</description>
      <category>programming</category>
      <category>discuss</category>
      <category>webdev</category>
      <category>career</category>
    </item>
    <item>
      <title>JAVASCRIPT DISPLAY POSSIBILITIES.</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Mon, 30 May 2022 01:18:25 +0000</pubDate>
      <link>https://forem.com/dovey21/javascript-display-possibilities-5go9</link>
      <guid>https://forem.com/dovey21/javascript-display-possibilities-5go9</guid>
      <description>&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  WHAT IS JAVASCRIPT DISPLAY POSSIBILITIES ?
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
       JavaScript display output or display possibilities is the feasible ways of displaying the output of a given code. Just like in CSS the “display” property when the value is set to “flex” it changes the default display of the container be it inline or block element property.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;  JavaScript Display Possibilities&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
The output can be display by using four different ways which are listed below:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;innerHTML:&lt;/strong&gt;&lt;br&gt;
This method sets or returns the HTML content of an element. You can also say that it is used to access an element.&lt;br&gt;&lt;br&gt;
&lt;code&gt;&amp;lt;p id="cool"&amp;gt;hey&amp;lt;/p&amp;gt;&lt;br&gt;
&amp;lt;script&amp;gt;&lt;br&gt;
    document.getElementById('cool').innerHTML = "Hello world!";&lt;br&gt;
&amp;lt;/script&amp;gt;.&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;document.write():&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
This method is mostly used for testing purpose. it is used to write some content or JavaScript code in a Document. also used to delete all the content from the HTML document and inserts the new content.&lt;br&gt;
&lt;code&gt;&amp;lt;script&amp;gt;&lt;br&gt;
     document.write('How are you?');&lt;br&gt;
    &amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;window.alert():&lt;/strong&gt;&lt;br&gt;
You can use alert box to display data. The alert box is mostly used when you want an information to come through to the user. It is displayed with a message and an OK button.&lt;br&gt;
&lt;code&gt;&amp;lt;script&amp;gt;&lt;br&gt;
  window.alert("Hello world!")&lt;br&gt;
  alert(" HEY!" )&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;NOTE:&lt;/strong&gt; These are both the same syntax.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;console.log():&lt;/strong&gt;&lt;br&gt;
The console.log() method outputs a message to the web console. The message may be a single string or it may be any one or more JavaScript objects.&lt;br&gt;
&lt;code&gt;&amp;lt;script&amp;gt;&lt;br&gt;
        console.log(6+3)&lt;br&gt;
   &amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Do you think that there is any such thing as.......</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Sat, 28 May 2022 14:51:43 +0000</pubDate>
      <link>https://forem.com/dovey21/do-you-think-that-there-is-any-such-thing-as-2elk</link>
      <guid>https://forem.com/dovey21/do-you-think-that-there-is-any-such-thing-as-2elk</guid>
      <description>&lt;p&gt;As a developer do you think that there are some languages that are over-rated or some are under-rated?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>discuss</category>
      <category>career</category>
    </item>
    <item>
      <title>What is your favourite code editor and why is it VScode?</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Wed, 25 May 2022 02:09:02 +0000</pubDate>
      <link>https://forem.com/dovey21/what-is-your-favourite-code-editor-and-why-is-it-vscode-50k</link>
      <guid>https://forem.com/dovey21/what-is-your-favourite-code-editor-and-why-is-it-vscode-50k</guid>
      <description></description>
      <category>programming</category>
      <category>discuss</category>
      <category>career</category>
      <category>vscode</category>
    </item>
    <item>
      <title>WHY LEARN JAVASCRIPT?</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Tue, 24 May 2022 22:56:15 +0000</pubDate>
      <link>https://forem.com/dovey21/why-learn-javascript-ng6</link>
      <guid>https://forem.com/dovey21/why-learn-javascript-ng6</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;JAVASCRIPT&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;JavaScript is one of the powerful and flexible programming languages. It is one of the core technologies of World Wide Web.Do you know that 94.5% of all websites currently use JavaScript. &lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;Reasons why you learn JavaScript?&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;JavaScript is Easy to Learn&lt;/strong&gt;&lt;br&gt;
Just as much as you set your timetable well and also follow your tutorials step by step you will find JavaScript easy. &lt;br&gt;
It only gets confusing or hard when you jump off ur lane and also JavaScript has more of a natural language feel to it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;JavaScript is versatile&lt;/strong&gt;&lt;br&gt;
JavaScript being versatile is also part of the reason why you have to study it step by step. Hence, it is used for both frontend and backend development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;** JavaScript experts are in-demand**&lt;br&gt;
JavaScript is the most popular programming language in the world,so it’s no wonder that it’s one of the most sought-after skills in the web development industry today. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Game development&lt;/strong&gt;&lt;br&gt;
Games are a big business today, and developers who know JavaScript have that extra advantage. The language’s versatility, power, and ability to easily create visual effects make it a perfect fit for game developers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;For an interactive website&lt;/strong&gt; &lt;br&gt;
You don't need JavaScript to create websites but without JavaScript, you're limited to the "animation" and "transition" that CSS offers and lots of page reloading to fetch new information. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;JavaScript is not only for the internet&lt;/strong&gt;&lt;br&gt;
JavaScript has many uses that go beyond its traditional internet roles. It powers smart televisions, works with the internet of things (IoT).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Apps Development&lt;/strong&gt;&lt;br&gt;
creates native apps for iOS and Android, and builds cross-platform desktop apps, to name a few. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There are lots of reasons for you to learn JavaScript you can add yours too. &lt;em&gt;Thanks&lt;/em&gt; &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Basic Explanation of Javascript to Beginners</title>
      <dc:creator>Somtochukwu Nnaji</dc:creator>
      <pubDate>Sat, 21 May 2022 18:11:46 +0000</pubDate>
      <link>https://forem.com/dovey21/basic-explanation-of-javascript-to-beginners-26k1</link>
      <guid>https://forem.com/dovey21/basic-explanation-of-javascript-to-beginners-26k1</guid>
      <description>&lt;p&gt;&lt;strong&gt;WHAT IS JAVASCRIPT?&lt;/strong&gt;&lt;br&gt;
JavaScript as we may know it, is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Functionalities of JavaScript&lt;/strong&gt;&lt;br&gt;
For a long time JavaScript was only used by programmers to build &lt;br&gt;
 interactive web-pages. Well, JavaScript can do a lot more than I can cover in this article.&lt;br&gt;
Here are some basic things JavaScript is used for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Adding interactive behavior to web-pages:&lt;/em&gt;&lt;/strong&gt;   JavaScript allows users to interact with web pages. There are almost no limits to the things you can do with JavaScript on a web-page. These are just a few examples: 
• To hide or display more information with the click of a button
• Change the color of a button/any container when it gets hovered
• Slide through a carousel of images on the homepage
• Zooming in or out on an image
• Playing audio and video in a web-page
• Displaying animations
• Using a drop-down hamburger menu.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Creating web and mobile apps:&lt;/em&gt;&lt;/strong&gt;    Various JavaScript frameworks can be used in developing and building web and mobile apps. JavaScript frameworks are collections of JavaScript code libraries that provide developers with pre -written code to use for routine programming features and tasks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Building web servers and developing server applications:&lt;/em&gt;&lt;/strong&gt;  JavaScript can be used to build simple web servers and develop the back-end infrastructure using one of JavaScript frameworks which is Node.js.

&lt;ol&gt;
&lt;li&gt;Game development:  Yes of course JavaScript can be used to develop and create browser games.&lt;/li&gt;
&lt;li&gt;JavaScript can be used to to change HTML content, it can be used to change HTML styles (CSS) and also to change HTML attributes.&lt;/li&gt;
&lt;li&gt;JavaScript can be used to validate data.
The beauty of JavaScript is that you can build anything with it (not literally everything.)&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Please Note:&lt;/strong&gt; This post is an assignment given to me by my teacher where am learning web development at OsMaxin Developers, if you are in Nigeria you can check them out, they have good records of training developers for over a decade.&lt;/p&gt;

&lt;p&gt;PLEASE I NEED COMMENTS TO GET GOOD SCORE&lt;/p&gt;

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