<?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: Kenechukwu Nwobodo</title>
    <description>The latest articles on DEV Community by Kenechukwu Nwobodo (@kene_nwobodo).</description>
    <link>https://dev.to/kene_nwobodo</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%2F331521%2Fe6699c65-edbb-482d-a7e2-7305c695706c.jpg</url>
      <title>DEV Community: Kenechukwu Nwobodo</title>
      <link>https://dev.to/kene_nwobodo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kene_nwobodo"/>
    <language>en</language>
    <item>
      <title>Alerts, Prompts and Confirm in Javascript</title>
      <dc:creator>Kenechukwu Nwobodo</dc:creator>
      <pubDate>Fri, 24 Jul 2020 06:02:00 +0000</pubDate>
      <link>https://dev.to/kene_nwobodo/alerts-prompts-and-confirm-in-javascript-3hfg</link>
      <guid>https://dev.to/kene_nwobodo/alerts-prompts-and-confirm-in-javascript-3hfg</guid>
      <description>&lt;p&gt;They are quite some Javascript functions, I discovered that quite a few beginners may  really in need of or might need a better understanding of the functionality and how they interact with the browsers.&lt;/p&gt;

&lt;p&gt;Firstly, we will be looking into Alert. Hmmmm, not like credit alerts 🙂, so you don't have to get your hopes up so high.😄&lt;/p&gt;

&lt;p&gt;• What is alert ? &lt;br&gt;
Basically alert makes use of a modal to display messages to the users (visitors of the website)  in the browsers.&lt;/p&gt;

&lt;p&gt;Let's take a look at the code below, &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%2F12pt70onnwx6qq1ryw0p.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%2F12pt70onnwx6qq1ryw0p.PNG" alt="Javascript alert"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;• What is Prompt ?&lt;br&gt;
Prompts enables the owner of the website to ask  users/ visitors question(s) before they proceed to using the website.&lt;br&gt;
 Eg.&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%2F3psikrwfbre9fk60hbda.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%2F3psikrwfbre9fk60hbda.PNG" alt="Javascript Prompt "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;• What is confirm ?&lt;br&gt;
Confirm looks like prompts in terms of the syntax but with the exception that it does not give an optional reply. &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%2Foz8awonidbs8oq44qe6f.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%2Foz8awonidbs8oq44qe6f.PNG" alt="Javascript confirm function"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Disadvantages of making use of this Javascript interaction functions.&lt;/p&gt;

&lt;p&gt;• The browser displays it's where it wants it to be displayed. Mostly it's in the top center of the webpage.&lt;br&gt;
• You can't format like increase the width, add color to the modal etc.&lt;br&gt;
• You must opt out by clicking ok, cancel or ESC key before you continue using the webpage.&lt;/p&gt;

&lt;p&gt;Aaya, this are all I can come up with for now, please kindly write under the comment section of they is anything you may wish to add to it or any corrections to the article. This would so mean mean alot to someone out there.&lt;/p&gt;

&lt;p&gt;Thank you for reading!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>codenewbie</category>
      <category>begi</category>
    </item>
    <item>
      <title>Which Language do you  Find the hardest ? </title>
      <dc:creator>Kenechukwu Nwobodo</dc:creator>
      <pubDate>Thu, 23 Jul 2020 15:47:40 +0000</pubDate>
      <link>https://dev.to/kene_nwobodo/which-language-do-you-find-the-hardest-b8g</link>
      <guid>https://dev.to/kene_nwobodo/which-language-do-you-find-the-hardest-b8g</guid>
      <description>&lt;p&gt;I guess as a beginner in programming, we tend to be so much in a hurry that we forget to give some languages the patience and time it needs.&lt;/p&gt;

&lt;p&gt;Today, I would like you to share the programming language that you found hard when you started programming .&lt;/p&gt;

&lt;p&gt;Some would say Javascript, I would say Javascript cuz I rushed it and didn't give myself enough time to really understand the concept.&lt;/p&gt;

&lt;p&gt;What about you ???&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Underestanding Types of Quotes In JavaScript and Their Uses.</title>
      <dc:creator>Kenechukwu Nwobodo</dc:creator>
      <pubDate>Wed, 22 Jul 2020 06:11:01 +0000</pubDate>
      <link>https://dev.to/kene_nwobodo/underestanding-types-of-quotes-in-javascript-and-their-uses-2257</link>
      <guid>https://dev.to/kene_nwobodo/underestanding-types-of-quotes-in-javascript-and-their-uses-2257</guid>
      <description>&lt;p&gt;This article could be very useful to beginners or maybe even junior  developers that makes use of Javascript to write their codes.&lt;/p&gt;

&lt;p&gt;Yeah, don't ask me if am a pro, cuz I am not.😄 I did better get started before I end up writing upto 200 lines in this short insight am about to reveal to someone today.&lt;/p&gt;

&lt;p&gt;Alright so, I would love to say that they are three types of quotes, oh yeah atleast for now, incase you happen to know any other one, pls kindly drop as a comment.&lt;/p&gt;

&lt;p&gt;These quotes includes:&lt;br&gt;
° Double quotes i.e ""&lt;br&gt;
• single quote i.e ''&lt;br&gt;
And lastly, we have,&lt;br&gt;
Guess ? It out☺️, eerhm don't worry it's right below.&lt;/p&gt;

&lt;p&gt;•Backticks ``&lt;br&gt;
Permit me to share d this short story before I continue.&lt;br&gt;
The main reason why I decided to share this article was because of the last type of quote mentioned herein - the backticks.&lt;br&gt;
When I started learning programming, I never took cognizance of it. It was actually a knowledge, I passed by but am happy that I have across it and eventually learnt it's functionality and scope.&lt;/p&gt;

&lt;p&gt;Alright, I think I have to continue now. Okay, so basically the double quotes and single quotes are used to enclose strings in Javascript. Both does the same work actually. For example, the variable name is assigned with a string, Kenechukwu and it's enclosed with a single quote.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Tof0wHls--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/c2tlqj5jjcynql4xp8gs.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Tof0wHls--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/c2tlqj5jjcynql4xp8gs.PNG" alt="single quote Javascript code"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is exactly the same with the same string enclosed with a double quote as seen below. Both of them will produce the same outcome.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GBuEZwZ8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gws3b6tispcolzmzr5z0.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GBuEZwZ8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gws3b6tispcolzmzr5z0.PNG" alt="string with double quotes in Javascript"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And then lastly, we will talk about the backticks, which are used to embed a strings with  Javascript variables as seen below.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--z2RWGCDb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bafcz7fa4x1iyhfieivo.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z2RWGCDb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bafcz7fa4x1iyhfieivo.PNG" alt="Screenshot of basic Javascript code"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yeah, don't forget I told you this is gonna be a short article. If they are more quotes used in Javascript that are no here, pls feel free to comment.&lt;/p&gt;

&lt;p&gt;I am just a dude revising and sharing my Javascript knowledge.&lt;/p&gt;

&lt;p&gt;Thank you for reading! &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Discuss Resources and New Technologies for Developers</title>
      <dc:creator>Kenechukwu Nwobodo</dc:creator>
      <pubDate>Mon, 22 Jun 2020 17:03:52 +0000</pubDate>
      <link>https://dev.to/kene_nwobodo/discuss-resources-and-new-technologies-for-developers-1iog</link>
      <guid>https://dev.to/kene_nwobodo/discuss-resources-and-new-technologies-for-developers-1iog</guid>
      <description>&lt;p&gt;Hi, developers. Can we spare few minutes of our time to discuss programming tools and resources available that you know ?&lt;/p&gt;

&lt;p&gt;I am quite enthusiastic to learn some hidden tools you guys use over there and trust me, this would be beneficial to us all.&lt;/p&gt;

&lt;p&gt;First I would like to start by sharing this amazing opportunity which you can use to monetize your content as a content creator ranging from writing articles, having a  YouTube channel etc👇&lt;br&gt;
&lt;a href="https://dev.to/hacksultan/web-monetization-like-i-m-5-1418"&gt;https://dev.to/hacksultan/web-monetization-like-i-m-5-1418&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Furthermore, incase you want to learn top notch languages like Java, Kotlin, and Python for free, you can register here before before 1 July, to get this special offer.👇&lt;/p&gt;

&lt;p&gt;&lt;a href="https://hyperskill.org/onboarding/?track=java"&gt;https://hyperskill.org/onboarding/?track=java&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So guys it's your turn, tell us what we are missing out on.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
