Tapas Adhikary
Educator @tapaScript | Founder CreoWis & ReactPlay - Writer - YouTuber - Open Source
A basic definition of an Array goes like, An array is a special variable, which can hold more than one value at a time. Arrays in JavaScript, are single variables used to store different kind of elements. One of the primary needs in dealing with a...
blog.greenroots.info
Tapas Adhikary
Educator @tapaScript | Founder CreoWis & ReactPlay - Writer - YouTuber - Open Source
Thank you very much! I get to understand how to use array iterator methods and how it works
Thank you very much sir . I am a student and following you to learn basics of web development and I feel its a masterpiece for every learners . Really you're doing great sir. Such a brilliant explanation . And I feel very much confident after learning your concepts .
Great Article. Thanks for sharing. Following is my suggestion
We can even calculate the amount spent by married couples without using map function (directly use customer in reduce function)
const total = customers .filter(customer => customer.married) .reduce((accum,customer) => accum + customer.expense);
Great article, thanks for helping break down the barriers to functional programming. It looks really clean!
Vaibhav singh Chauhan
frontend
this article all my query related map,filter,reduce,every,some,find this is very helpfull article for me thanyou sir thankyou very much