Javascript Array reduce Explained

Поділитися
Вставка
  • Опубліковано 28 січ 2022
  • The reduce method executes a user-supplied "reducer" callback function on each element of an array, in order, passing in the return value from the calculation on the previous element. The final result of running the reducer across all elements of the array is a single value.
    📚Materials/References:
    MDN Web Docs: developer.mozilla.org/en-US/d...
    🌎 Find Me Here:
    Twitter: / realdevsage
    Ebooks: payhip.com/devsage
    Discord: / discord
    Merch: cottonbureau.com/people/devsage

КОМЕНТАРІ • 8

  • @DevSage
    @DevSage  2 роки тому +1

    💙 Twitter: twitter.com/realDevSage
    📙 Ebooks: payhip.com/devsage
    💥 Discord: discord.gg/BP8wPv6raA
    👕 Merch: cottonbureau.com/people/devsage

  • @Mesto777
    @Mesto777 2 роки тому +1

    This channel is criminally low in subscribers and views. You have a natural talent for teaching these concepts.

  • @TheVideoChatter
    @TheVideoChatter 2 роки тому +2

    Thank you! I love this channel.

  • @alexanderm6187
    @alexanderm6187 2 роки тому +1

    Crystal clear lesson about .reduce :) thanks!

  • @pupfriend
    @pupfriend 2 роки тому +1

    Another crisp explanation.

  • @CurtisLV
    @CurtisLV 2 роки тому +2

    Hey! Nice, simple explanation!
    Can I suggest something? Try to view your video from laptop screen.
    Looks like you are recording on larger screen and hence only like 40% of screen are used. And since it is also only 720p, the video is way unclear on a smaller screen. Make it 1080p and zoom in on the action.
    Again, thanks for the content! Subscribed after watching Recursion video:)

    • @DevSage
      @DevSage  2 роки тому

      I see what you mean. Thanks for the feedback