Nothing here yet.
Nothing here yet.
In this how-to I'll be walking through the process of creating a contact form in SvelteKit using Airtable for storing the submissions with no additional dependencies. I got the inspiration for doing this when a saw a video on YouTube from WebJeda on ...

How do you filter a JavaScript object that has duplicate properties? Use reduce! The specific situation I had is a list of objects with duplicate properties. I wanted to filter out the duplicates and return a new object with only the unique propertie...
