<?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/a446d07069694a769a76463c1ec2b13a&quot; frameborder=&quot;0&quot; width=&quot;1728&quot; height=&quot;1296&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1296</height><width>1728</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1296</thumbnail_height><thumbnail_width>1728</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/a446d07069694a769a76463c1ec2b13a-8ed12471ddb4cdd7.gif</thumbnail_url><duration>469.346</duration><title>Books Collection Manager Walkthrough and Code Highlights</title><description>This Loom demonstrates the Books Collection Manager and focuses on how the display books function renders and updates the book list. It shows five initial books with fields like Author, Genre, Availability, Ratings, and Analysis, along with controls to remove individual books, sort by title or author in ascending or descending order, and filter to show only available books via a checkbox. The creator explains that display books dynamically builds elements by iterating over the books array, including generating star spans with Array.from based on rating length. The site is responsive as the screen size shrinks, and the creator notes a future improvement to use Grid instead of Flex for the layout.</description></oembed>