In practice, our select lists are likely to have an arbitrary number of items in them. Rather than hardcode items in, let's make the list dynamic by repeating over an array of data.
In practice, our select lists are likely to have an arbitrary number of items in them. Rather than hardcode items in, let's make the list dynamic by repeating over an array of data.