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: ua-cam.com/play/PLgBH1CvjOA62PBFIDq55-S6Beivje30A2.html
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!
Oh Man Thanks a lot, Finally I got the actual use of reduce method ,
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 😇
Thank you. You are the best
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 :)
It worked. The second example... Thanks for the video
Thank you for share. Excelent tutorial!. My solution for max:
const max = numbers.reduce((accumulator, value) => accumulator > value ? accumulator : value, undefined)
Love this tutorial, you're awesome Florin 😀
I like your clear explanation. Thank you. Great skill of explaining and good examples.
Glad you enjoyed it!
Nice explanation, thanks 👍
Very helpful
amazing. thanks
You are a robot indeed
Haha, not really 😅
Thank you
Your lesson comes into my head, put a bed and stay for life
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
Loce from nepal
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!
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!