<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Programming on Ryan Bassett's Blog</title><link>https://bassettgraphics.com/blog/tags/programming/</link><description>Recent content in Programming on Ryan Bassett's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 15 Jul 2026 07:00:00 -0700</lastBuildDate><atom:link href="https://bassettgraphics.com/blog/tags/programming/index.xml" rel="self" type="application/rss+xml"/><item><title>Most Important JavaScript Lessons From the Last Two Weeks</title><link>https://bassettgraphics.com/blog/post/javascript-methods-some-and-sort/</link><pubDate>Wed, 15 Jul 2026 07:00:00 -0700</pubDate><guid>https://bassettgraphics.com/blog/post/javascript-methods-some-and-sort/</guid><description>&lt;p&gt;Over the last two weeks, I have been practicing JavaScript by solving challenges on Codewars. Many of my solutions worked, but I often solved problems using longer loops and multiple conditions before realizing that JavaScript already had methods that could express the same logic more clearly.&lt;/p&gt;
&lt;p&gt;Two methods that stood out to me were:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;.some()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.sort()&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Learning these methods showed me that improving as a programmer is not only about getting the correct answer. It is also about learning how to make code shorter, clearer, and easier to understand.&lt;/p&gt;</description></item></channel></rss>