1. forEach() 2. includes() 3. filter() 4. map() 5. reduce() 6. some() 7. every() 8. sort() 9. Array.from() 10. Array.of() { author: @FrugenceFidel } dev.to/frugencefidel/…
@ThePracticalDev @zaratedev @FrugenceFidel Muchos de estos métodos recién los usare.
@ThePracticalDev @FrugenceFidel :( Array.flatmap()
@ThePracticalDev @FrugenceFidel Please... friends don’t let friends use forEach(). Corollary, friends don’t let friends mutate data. #ramda
@ThePracticalDev @AbelQ16 These will really help for all our Code Wars katas, eh @AbelQ16? 🙌
@ThePracticalDev @FrugenceFidel It’s too bad IE11 doesn’t support .includes() That’s a great one☝️ Still using indexOf 😞
@ThePracticalDev @FrugenceFidel And most functional languages have these... id learn them for any functional purpose
@ThePracticalDev @FrugenceFidel Wubbout slice and splice? Push/pop/shift/unshift? Concat?
@ThePracticalDev @FrugenceFidel Nice. Should include Lo dash methods as well.