<?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: Adouable jessica</title>
    <description>The latest articles on DEV Community by Adouable jessica (@dona237).</description>
    <link>https://dev.to/dona237</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%2F1117071%2F3c0aac4e-3369-40dd-99a5-2887f3d6b410.png</url>
      <title>DEV Community: Adouable jessica</title>
      <link>https://dev.to/dona237</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dona237"/>
    <language>en</language>
    <item>
      <title>CONNECTING VISUAL STUDIO TO GITHUB</title>
      <dc:creator>Adouable jessica</dc:creator>
      <pubDate>Mon, 31 Jul 2023 12:20:47 +0000</pubDate>
      <link>https://dev.to/dona237/connecting-visual-studio-to-github-3n5m</link>
      <guid>https://dev.to/dona237/connecting-visual-studio-to-github-3n5m</guid>
      <description>

&lt;p&gt;To connect visual studio code to GitHub account or to push visual studio project to GitHub repository the steps are as follow;&lt;br&gt;
&lt;strong&gt;Step1&lt;/strong&gt; &lt;br&gt;
Make sure you have created your GitHub account and you have data. Open your visual studio and open your project folder into visual studio.&lt;br&gt;
&lt;strong&gt;Step2 **&lt;br&gt;
Open your GitHub account on the right side of your account click on this symbol            a list will appear then click on new, give a name to your repository and the click on create repository. Copy the URL on the search bar of the page that appear when you click on create repository.&lt;br&gt;
*&lt;em&gt;Step3 *&lt;/em&gt; &lt;br&gt;
Go to your visual studio click on source control then click on initialization repository and give any simple message on the search bar that appear. Then press control + enter then click on yes&lt;br&gt;
**Step4&lt;/strong&gt;&lt;br&gt;
Click on the 3 dots in that visual studio then om push to GitHub a small message will appear then click on Add remote. A search bar will appear then past the URL of the repository you copy and press enter and give it a remote name and then enter. After this pushing will start.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Step5&lt;/strong&gt;&lt;br&gt;
Click on the again on the 3 dots and click on push to GitHub select the URL you just pasted below and then enter. After loading it will open GitHub login form file the form correctly and then login. It will load after it will stop that means it has been pushed success.&lt;br&gt;
&lt;strong&gt;Step6&lt;/strong&gt;&lt;br&gt;
Open your GitHub account  and refresh , after refreshing your files in your project  folder in your visual  studio will appear on your account. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>class in java script</title>
      <dc:creator>Adouable jessica</dc:creator>
      <pubDate>Mon, 10 Jul 2023 19:47:02 +0000</pubDate>
      <link>https://dev.to/dona237/class-in-java-script-11f2</link>
      <guid>https://dev.to/dona237/class-in-java-script-11f2</guid>
      <description>&lt;h3&gt;
  
  
  INTRODUCTION
&lt;/h3&gt;

&lt;h3&gt;
  
  
  A CLASS
&lt;/h3&gt;

&lt;p&gt;A class is a blueprint for creating Object. A class  encapsulate data and funstions that manipulate data. Javascript classes are syntactic sugar over the  the prototypal inheritance ,in order word ES6 special functions. &lt;/p&gt;

&lt;h3&gt;
  
  
  HOW TO CREATE A CLASS
&lt;/h3&gt;

&lt;p&gt;To create a class you use the class keyword. Within the class, we create a constructor function, which define all the initial properties.&lt;/p&gt;

&lt;p&gt;A class is a template  for creating objects. All the properties in the constructor function will be automatically added to the new object.&lt;/p&gt;

&lt;p&gt;###CONCLUSION&lt;br&gt;
 Javascript class represent a major step forward in javascript object oreinted programming, javascript classes provide a much simpler and clearer syntax for creating objects and dealing with inheritance and also solve some problems that comes with using prototypes&lt;/p&gt;

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