<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/d863546be808403cb522bcf311317652&quot; frameborder=&quot;0&quot; width=&quot;1920&quot; height=&quot;1440&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1440</height><width>1920</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1440</thumbnail_height><thumbnail_width>1920</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/d863546be808403cb522bcf311317652-b84784fc8fd397ad.gif</thumbnail_url><duration>416.157</duration><title>Finding Specific Objects in an Array: A Step-by-Step Guide 🔍</title><description>In this demo, I walk you through how to find a specific object within an array using a codebase that I provide. This method is particularly useful when dealing with lists of items, such as users or appointment prices, and allows you to easily filter based on an ID. I demonstrate how to set up the parameters, including the item ID and the array, and show you how the code searches for a match. If the ID is not found, the code will return null. I encourage you to test this method and modify the code as needed for your specific use case.</description></oembed>