splorgamus
I need help implementing recursion in a general way
So I suppose for the base you would have an index variable as a parameter and if that's >= to the array length then you return? (I'm not exactly sure why sometimes people return blank)
And the recursive case you would call the function with your argument as index + 2
6 replies