<?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: codingTheWorld777</title>
    <description>The latest articles on DEV Community by codingTheWorld777 (@codingtheworld777).</description>
    <link>https://dev.to/codingtheworld777</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%2F356469%2F5a918599-d306-46da-b301-05f068a71105.jpeg</url>
      <title>DEV Community: codingTheWorld777</title>
      <link>https://dev.to/codingtheworld777</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codingtheworld777"/>
    <language>en</language>
    <item>
      <title>Axios methods</title>
      <dc:creator>codingTheWorld777</dc:creator>
      <pubDate>Fri, 17 Apr 2020 00:45:46 +0000</pubDate>
      <link>https://dev.to/codingtheworld777/axios-methods-3o01</link>
      <guid>https://dev.to/codingtheworld777/axios-methods-3o01</guid>
      <description>&lt;p&gt;Hi everyone,&lt;br&gt;
I've had a problem with DELETE (and PATCH) method of axios_modules.&lt;br&gt;
When I want to remove an item from my todoList (by clicking on button "Delete"), I use delete method in my code and it doesn't work, the method delete cannot send the request to the server and update datas. ( It happens also to the method PATCH)&lt;br&gt;
Can anyone help me please? :) If you have an another solution, can you show me the way??&lt;br&gt;
Here is the link: &lt;a href="https://github.com/codingTheWorld777/Draft-todoList_using_axios_AJAX"&gt;https://github.com/codingTheWorld777/Draft-todoList_using_axios_AJAX&lt;/a&gt;&lt;br&gt;
(You have to use json-server --watch db.json --port 9081 to start a JSON server at a port 9081).&lt;br&gt;
Thank you very much.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>help</category>
    </item>
    <item>
      <title>Know more about function in JavaScript</title>
      <dc:creator>codingTheWorld777</dc:creator>
      <pubDate>Fri, 27 Mar 2020 22:28:56 +0000</pubDate>
      <link>https://dev.to/codingtheworld777/know-more-about-function-in-javascript-1blp</link>
      <guid>https://dev.to/codingtheworld777/know-more-about-function-in-javascript-1blp</guid>
      <description>&lt;p&gt;Hello everyone,&lt;br&gt;
I met a problem in this case. I try to execute the "call" function by involving another function (in this case "question". In "question", I want to call the "call" function inside "question" to get the finally result that is "Hello" + name, but it didn't work and when I add "return" before the line "call(getName)" or console.log it, the result can be displayed, and I don't really understand WHY. Can anyone explain me? &lt;br&gt;
Here is the link: &lt;a href="https://repl.it/@doHoangKhanh121/Pratique-JS"&gt;https://repl.it/@doHoangKhanh121/Pratique-JS&lt;/a&gt;&lt;br&gt;
Thanks a lots.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>help</category>
    </item>
  </channel>
</rss>
