Asked by Mischa
how do you pass only part of an Array through a function?
I thought it was something like
function(Array, 5);
but it's not working...
I thought it was something like
function(Array, 5);
but it's not working...