TCH TI Tim Garcia Javascript: When to use map function of array? When you grow up in programming using for loops, it’s quite confusing when to use the map function.
TCH TI Tim Garcia How to delete a JSON literal I’ve been doing programming for almost 9 years and it’s crazy that one of the simplest task about JSON has never reached me, or maybe I…
TCH TI Tim Garcia Javascript: How to use reduce? Working with arrays on javascript, the reduce function has been really helpful.