<?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: Lidia</title>
    <description>The latest articles on DEV Community by Lidia (@lidia).</description>
    <link>https://dev.to/lidia</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%2F507563%2Fe9354652-2523-4ce5-a20a-510e78e3c77f.png</url>
      <title>DEV Community: Lidia</title>
      <link>https://dev.to/lidia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lidia"/>
    <language>en</language>
    <item>
      <title>My First JavaScript Shitpost 💩📮</title>
      <dc:creator>Lidia</dc:creator>
      <pubDate>Wed, 04 Nov 2020 01:21:58 +0000</pubDate>
      <link>https://dev.to/lidia/my-first-javascript-shitpost-30l4</link>
      <guid>https://dev.to/lidia/my-first-javascript-shitpost-30l4</guid>
      <description>&lt;p&gt;I am currently going through Colt Steele's Udemy &lt;a href="https://www.udemy.com/course/modern-react-bootcamp/"&gt;Modern React Bootcamp&lt;/a&gt; and there's an exercise that requires writing a method to remove an item at an index from an array.&lt;/p&gt;

&lt;p&gt;Here comes my first JavaScript WTF: turns out there's no straightforward method to do it! Huh?! No nice remove() or removeAt()?! No cool utils library?!&lt;/p&gt;

&lt;p&gt;I know I am late to this JS party and there are probably tons of questions and rants about it on the internet... &lt;/p&gt;

&lt;p&gt;StackOverflow &lt;a href="https://stackoverflow.com/questions/5767325/how-can-i-remove-a-specific-item-from-an-array"&gt;doesn't dissappoint&lt;/a&gt; (I love how many upvotes this question has).&lt;/p&gt;

&lt;p&gt;In a comment someone articulated pretty well what's on my mind:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EiXMqeOn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tnrq74dc5xo8oxs39zbs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EiXMqeOn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tnrq74dc5xo8oxs39zbs.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At least, it seems, I am not the only one that can imagine a better world...&lt;/p&gt;




&lt;p&gt;Anyway, I feel I am so rusty at basic algorithms that it's really a good opportunity for me to warm my brain up after months of not coding. Flex! 💪&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>react</category>
    </item>
  </channel>
</rss>
