Quote:
Originally Posted by Old Pedant
So, again, I'm not at all sure what JMrker was trying to accomplish.
|
I was trying to add 1 to each element of the original array
And see that the new array had values all incremented by one.
I thought I could avoid a for...loop with a filter() command.