AAAyodeji Adedapoinvictorcodes.hashnode.dev·Aug 16, 2021 · 2 min readI Joined HNGi8 internship ProgramHello, humans :), I am excited to announce I will be joining the HNGi8 in conjunction with the Ingressive for good and Zuri for this year internship program which is going to last for 8 weeks. A quick introduction to HNGi8 The HNG internship is a 3-m...00
AAAyodeji Adedapoinvictorcodes.hashnode.dev·Oct 3, 2020 · 2 min readUsing filter() method in JavascriptIntroduction JavaScript array has many iteration methods like, map(), filter(), reduce(). We discussed Reduce method and Map method in the previous articles. Today we will be talking about the Filter() method. What is filter method? Filter method ite...00
AAAyodeji Adedapoinvictorcodes.hashnode.dev·Sep 28, 2020 · 3 min readUsing map() method in JavaScriptIntroduction JavaScript array has many iteration methods like, map(), filter(), reduce(). I discussed Reduce method in my last article. Today I will be talking about the Map() method. What is Map() method? The map() method allows you to iterate throu...00
AAAyodeji Adedapoinvictorcodes.hashnode.dev·Sep 23, 2020 · 5 min readUsing reduce() method in JavaScriptIntroduction JavaScript array has many iteration methods like, map(), filter(), reduce(). I will be explaining about the reduce() method in this article. What is reduce() method? The reduce function is a functional programming technique with which yo...01D