I have an array such as
['a','b','c','d','e','f']
I'm looking to create an array of each sequential pair
[['a','b'], ['c','d'], ['e','f']]
I know this is a simple question, but I am not sure how to phrase it to search for the answer and I've been searching for a while. Please point me in the right direction to an older answer and my apologies for the newbieness of the question.