Day 6 learning JavaScript
Today was for array methods, yes the use of splice, split, foreach, filter, reduce and more to either add, remove, or run a function for every element in the array.
I was under the weather too, but the goal is to build discipline. Hence I showed up!
Day 5 learning JavaScript
Arrays called me and I answered, though haven't gotten the full of arrays but I'm getting better.
Qs: which is faster between pop/push and shift/unshift, and why ?