Hi Andrew,
Thanks for the insight!
Why would I want to get the first value when doing array operations? I was trying to do a multiplication on the elementwise values of the array.

ex. [2,3,4,5,6,7] * 2 = [4,6,8,10,12,14].