Iterate ...so basic

Here's a button.

Here's a space.

navigate my process

related content

The Explanation

Not much to say about this one: given an array of objects it's pretty easy to use Array.forEach() to cycle through each item in the array and do stuff with it. Here we're using it to bulk create items from a <template>. Not much else to it.