<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Coding on David Lang</title>
    <link>https://www.davidlang.tech/tags/coding/</link>
    <description>Recent content in Coding on David Lang</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 22 Jun 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.davidlang.tech/tags/coding/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TypeScript Arrays: 25 Essential Functions and Examples</title>
      <link>https://www.davidlang.tech/posts/typescript-arrays-25-essential-functions-and-examples/</link>
      <pubDate>Thu, 22 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://www.davidlang.tech/posts/typescript-arrays-25-essential-functions-and-examples/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction:&lt;/h3&gt;&#xA;&lt;p&gt;Arrays are a fundamental data structure in TypeScript, allowing us to store and manipulate collections of elements. TypeScript provides a rich set of array functions that simplify common tasks and enhance the functionality of arrays. In this article, we will explore 25 essential functions of TypeScript arrays and provide practical examples to help you harness their power in your projects.&lt;/p&gt;&#xA;&lt;h4 id=&#34;1-push&#34;&gt;1. push():&lt;/h4&gt;&#xA;&lt;p&gt;Adds one or more elements to the end of an array.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
