This content is really useful because some people may need to see to understand how things work. Although I'm not really used to arrow function, I understood it. Thanks again :)
Thank you for share. Excelent tutorial!. My solution for max: const max = numbers.reduce((accumulator, value) => accumulator > value ? accumulator : value, undefined)
forEach method does every work of reduce method. So why reduce method is necessary. If the answer is it can be done in fewer lines of code, it takes same lines of code for forEach as well!
Check out the other videos in the JavaScript Array Methods series: ruclips.net/p/PLgBH1CvjOA62PBFIDq55-S6Beivje30A2
Not only do I have a better understanding of .reduce() but you also explained callback functions in a way that made it seem so simple. Thanks man!
this is evidence of the passion you have in your work
#yes you are a robot
Almost 8 months JavaScript journey now I understand Reduce method. Thank you for your good work...
You've made life easy for me since I started watching your tutorials. You're the boss..... Thanks a million!
i was so confused with some of the js methods but your videos are really helping me to understand those! Thank you so much!
My pleasure 😇
Oh Man Thanks a lot, Finally I got the actual use of reduce method ,
This content is really useful because some people may need to see to understand how things work. Although I'm not really used to arrow function, I understood it. Thanks again :)
Love this tutorial, you're awesome Florin 😀
Thank you. You are the best
Thank you for share. Excelent tutorial!. My solution for max:
const max = numbers.reduce((accumulator, value) => accumulator > value ? accumulator : value, undefined)
I like your clear explanation. Thank you. Great skill of explaining and good examples.
Glad you enjoyed it!
It worked. The second example... Thanks for the video
Your lesson comes into my head, put a bed and stay for life
Nice explanation, thanks 👍
Very helpful
amazing. thanks
You are a robot indeed
Haha, not really 😅
Thank you
Thankyou
thank you!
Thanks!
Muchas gracias
create a full javascript searies bro your video is is such a great.but create video with this method as you apply in this video.
Can you please let me know which software you use. Because I am trying to write this code in Visual Studio. but it's not working.
I use VSCODE
Dear friend, you probably had not installed the nodejs on your computer
forEach method does every work of reduce method. So why reduce method is necessary.
If the answer is it can be done in fewer lines of code, it takes same lines of code for forEach
as well!
Loce from nepal
How did you come up with 14000 ? I came up with 12,500 and I have the exact same code you do lol
Them most complex and confusing function LOL
But fun!