James McGrath

Tag: #Arrays

2 posts with this tag

Since moving from Vue to Svelte one of the things I miss from Vue is when it would create an array of elements using a ref in a v-for loop.
Published on Oct 02, 2023
Reading time: 1 minute
Let's look at how to find an item in an array of objects if we know one of the object's properties.
Published on May 17, 2020
Reading time: 1 minute