<?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: Kokoh Gift Ewerem </title>
    <description>The latest articles on DEV Community by Kokoh Gift Ewerem  (@kokoh).</description>
    <link>https://dev.to/kokoh</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%2F612843%2Fbcc8f28c-011e-497e-b43f-e067ccf4921b.jpeg</url>
      <title>DEV Community: Kokoh Gift Ewerem </title>
      <link>https://dev.to/kokoh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kokoh"/>
    <language>en</language>
    <item>
      <title>My Internship Goals In Frontend Career Path</title>
      <dc:creator>Kokoh Gift Ewerem </dc:creator>
      <pubDate>Mon, 16 Aug 2021 11:12:17 +0000</pubDate>
      <link>https://dev.to/kokoh/my-internship-goals-in-frontend-career-path-27p9</link>
      <guid>https://dev.to/kokoh/my-internship-goals-in-frontend-career-path-27p9</guid>
      <description>&lt;p&gt;I am passionate about tech and all the wonders it does connecting the world together and that's why i choose tech (i want to be part of a moving force).&lt;br&gt;
Frontend career path has been interesting so far, sometimes tasking although i feel like superwoman whenever i make a web application interactive and the most interesting part is that the learning never stops. &lt;br&gt;
I started my Frontend development career path by looking up resources online youtube:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML &amp;amp; CSS &lt;a href="https://youtu.be/mU6anWqZJcc"&gt;https://youtu.be/mU6anWqZJcc&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Javascript programming language &lt;a href="https://youtu.be/jS4aFq5-91M"&gt;https://youtu.be/jS4aFq5-91M&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;I learnt to always save my work and contribute to other people project online Github that way, i can access my work anywhere online.
Git &lt;a href="https://youtu.be/DVRQoVRzMIY"&gt;https://youtu.be/DVRQoVRzMIY&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Figma also help make work easy after designing, i code the design and make it a web application.
Figma &lt;a href="https://youtu.be/WhlNnf1711M"&gt;https://youtu.be/WhlNnf1711M&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I joined the HNG training @&lt;a href="https://training.zuri.team"&gt;https://training.zuri.team&lt;/a&gt; / &lt;a href="https://internship.zuri.team"&gt;https://internship.zuri.team&lt;/a&gt; to help my progress in my tech path.&lt;/p&gt;

&lt;h1&gt;
  
  
  My internship goal:
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;With my internship in HNG, i want to build network with people from different part of the country and HNG already gave me that platform to meet people and network hopefully, i would be able to build my own team of developers form great mind on the platform.&lt;/li&gt;
&lt;li&gt;Although i am particular about frontend development, I'd also like to know how other track work, most especially backend. And with the help of the platform having different track, i hope to also learn from other backend developers and definitely work with them on future projects.&lt;/li&gt;
&lt;li&gt;I'd also like to be good in Learning in-demand skills to increase professional opportunities. So far, i had notice the Entrepreneurship track on HNG that throws more light on in-demand skills.&lt;/li&gt;
&lt;li&gt;I want to become better in time management by tracking your time and all HNG task has a time frame so hopefully, I'd adjust to working in time(No procrastination).&lt;/li&gt;
&lt;li&gt;Enhance my communication skill. Giving the HNG platform, communication is part of our daily lives and so far, they're minds with good communication skill on HNG and i hope to add to what i know already.&lt;/li&gt;
&lt;li&gt;Completing my task to stage 10 so as to be open to more opportunity and of course win the T-shirt 😊.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Thank you @&lt;a href="https://zuri.team"&gt;https://zuri.team&lt;/a&gt; / &lt;a href="https://internship.zuri.team"&gt;https://internship.zuri.team&lt;/a&gt; / &lt;a href="https://training.zuri.team"&gt;https://training.zuri.team&lt;/a&gt; for the platform to make all my goals to Frontend career path achievable.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>zuriteam</category>
      <category>frontend</category>
      <category>tech</category>
      <category>internship</category>
    </item>
    <item>
      <title>JAVASCRIPT VARIABLES </title>
      <dc:creator>Kokoh Gift Ewerem </dc:creator>
      <pubDate>Mon, 12 Apr 2021 09:14:46 +0000</pubDate>
      <link>https://dev.to/kokoh/javascript-variables-59ie</link>
      <guid>https://dev.to/kokoh/javascript-variables-59ie</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is a variable?&lt;/strong&gt;&lt;br&gt;
A variable is a named location for storing a value. That way an unpredictable value can be accessed through a predetermined name.&lt;br&gt;
Think of it as a container for storage.&lt;br&gt;
When you say to yourself, “I need to remember all this information later but I only want to remember on word for all the information, that is a variable!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Variables don’t have types, but the value in them do. These types define intrinsic behavior of values. – Kyle Simpson&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Javascript has seven built-in value.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;String- a sequence of character that represents a text value. 
                                              E.g “Howdy”&lt;/li&gt;
&lt;li&gt;Number-an interger or floating point number.
                                              E.g 42&lt;/li&gt;
&lt;li&gt;Undefined- a top-level property whose value is not defined. . 
                                              E.g 
                                                let b; 
                                  console.log(b) // undefined&lt;/li&gt;
&lt;li&gt; Boolean- a true or false statement. E.g if (Boolean 
                               conditional){
          console.log(“Boolean conditional resolved to true”);
                                    } else {
         console.log(“Boolean conditional resolved to false”);&lt;/li&gt;
&lt;li&gt; null- a special keyword denoting a null value.&lt;/li&gt;
&lt;li&gt; Symbol- a data type whose instances are unique and immutable.&lt;/li&gt;
&lt;li&gt; Object refers to a data structure containing data and instructions for working with the data. Objects sometimes refer to real-world things, for example a car or map object in a racing game. E.g let car ={
  color: “red”
  miles:400
  }console.log(car.color) //red
&lt;strong&gt;Note:&lt;/strong&gt; all of these types except objects are called primitives”&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There are 3 different ways to declare a variable in Javascript which are: &lt;strong&gt;var&lt;/strong&gt; , &lt;strong&gt;let&lt;/strong&gt; and &lt;strong&gt;const&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Var&lt;/strong&gt; is an outdated way to declare variables. Before 2015 using var keyword was the only way to declare a Javascript variable. Variables declared with a var keyword is termed as a global variable as it can be accessed anywhere(globally or  locally) it can be redefined. E.g&lt;br&gt;
                  var carName = "Volvo";&lt;br&gt;
                  var carName = Toyota; //can be redefined&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let&lt;/strong&gt; is a block scope, it can’t be used outside a block scope. It can be updated or redefine. E.g {&lt;br&gt;
                               let x = 2;&lt;br&gt;
                                  }&lt;br&gt;
        // x can NOT be used outside the above block-scope here&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Const&lt;/strong&gt; is a block scope. As the name implies, ‘constant’, once assigned, it cannot be reassigned. It does not define a constant value rather a constant reference to a value. E.g&lt;br&gt;
            const car = {type:"Fiat", model:"500", color:"white"};&lt;br&gt;
          car = {type:"Volvo", model:"EX60", color:"red"}; //ERROR&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt;&lt;br&gt;
Don’t use var anymore. If you’re worried about compatibility in browsers, it has 94% global compatibility.&lt;/p&gt;

</description>
      <category>variables</category>
      <category>javascriptvariables</category>
      <category>const</category>
      <category>var</category>
    </item>
    <item>
      <title>How to use Conditional statement in Javascript</title>
      <dc:creator>Kokoh Gift Ewerem </dc:creator>
      <pubDate>Mon, 12 Apr 2021 08:17:05 +0000</pubDate>
      <link>https://dev.to/kokoh/how-to-use-conditional-statement-in-javascript-40mj</link>
      <guid>https://dev.to/kokoh/how-to-use-conditional-statement-in-javascript-40mj</guid>
      <description>&lt;p&gt;&lt;strong&gt;What are conditional statement?&lt;/strong&gt; &lt;br&gt;
A conditional statement control behavior in Javascript and determine whether or not pieces of code can run. Javascript has different type of conditional statements which includes:&lt;br&gt;
If-else statement, and switch.&lt;br&gt;
• “if” statement: to specify a block of code to be executed, if a specified condition is true.&lt;br&gt;
• “switch” statement to specify many alternative blocks of code to be executed…&lt;/p&gt;

&lt;p&gt;As the most common type of conditional, the ”if” statement only runs if the condition enclosed in parentheses () is truthy.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     If (10 &amp;gt; 5) {
    var outcome = “yes”;
   }
      OUTPUT
     “yes”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The example above states:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; The keyword “if” tells Javascript to start the conditional statement.&lt;/li&gt;
&lt;li&gt; (10 &amp;gt; 5) is the condition to test, which in this case is true – 10 is greater than 5.&lt;/li&gt;
&lt;li&gt; The part contained inside the curly braces {} is the block of code to run.&lt;/li&gt;
&lt;li&gt; Because the condition passes, the variable outcome is assigned the value “yes”&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;i.  &lt;strong&gt;Else declaration;&lt;/strong&gt;&lt;br&gt;
You can extend an “if” statement with an else statement, which adds another block to run when the if conditional doesn’t pass.&lt;br&gt;
If the hour is less than 18, create a "Good day" greeting, otherwise "Good evening":&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; If (hour &amp;lt; 18) {
  greeting = “Good day”;
 } else {
 greeting = “Good evening”;
 }
OUTPUT
“Good day”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;ii. &lt;strong&gt;“else if” declaration;&lt;/strong&gt;&lt;br&gt;
Use the “else if” statement to specify a new condition if the first condition is false.&lt;br&gt;
If time is less than 10:00, create a "Good morning" greeting, if not, but time is less than 20:00, create a "Good day" greeting, otherwise a "Good evening":&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     If (time &amp;lt; 10) {
  greeting = "Good morning";
  } else if (time &amp;lt; 20) {
  greeting = "Good day";
  } else {
  greeting = “Good evening”;
  }
OUTPUT
“Good morning”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;• &lt;strong&gt;“switch” statement declaration;&lt;/strong&gt;&lt;br&gt;
The switch statements is a multiple-choice selection statement. The general form of the switch statement is as follow&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;switch( expression ){
case constant1:
statement(s);
break;
case constant2:
statement(s);
break;
case constant3:
statement(s);
break;
.
.
default
statement(s);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt;&lt;br&gt;
else statement cannot be declared without an if statement opening the command line.&lt;br&gt;
You can have multiple if statement for multiple choice of statements. In switch, you only have one expression for the multiple choices.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
