JavaScript forEach vs. map - When To Use Each and Why

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 13

  • @isaacadigbli8184
    @isaacadigbli8184 4 หลายเดือนก่อน +1

    Bro you are full of wisdom. Cos Your contents are more than gold. Keep up the good work bro🇬🇭🇬🇭

    • @dcode-software
      @dcode-software  4 หลายเดือนก่อน +1

      Appreciate it man thanks for watching 🙏

  • @sruthisivakumar5682
    @sruthisivakumar5682 3 หลายเดือนก่อน

    Clear difference sited out when and where to use it

  • @oabdulazeez
    @oabdulazeez 4 หลายเดือนก่อน

    Thank You sir!
    Please what theme do you use in VSCode?

    • @dcode-software
      @dcode-software  4 หลายเดือนก่อน

      It's my theme. Search for "dcode" on VS Code Extensions Marketplace

  • @MrNaizon
    @MrNaizon 2 วันที่ผ่านมา

    that ‘map’ method is slower than ‘forEach’. Take in consideration when working with big sets of data, because it can block main thread for a longer time and affect a website performance.

  • @jmmmmmmmmmk
    @jmmmmmmmmmk 4 หลายเดือนก่อน

    U explain this stuff very very well
    You should do udemy courses

    • @dcode-software
      @dcode-software  4 หลายเดือนก่อน +1

      Thank you. I actually do have a few Udemy courses but maybe I should do some more 😎

  • @TomasMisura
    @TomasMisura 4 หลายเดือนก่อน

    i am old school guy, still iterating using old but good for :) But I personally feel that i would need modernize myself :)

    • @dcode-software
      @dcode-software  4 หลายเดือนก่อน +1

      Yeah just add "map" to your code if you're doing array transformations.

    • @TomasMisura
      @TomasMisura 4 หลายเดือนก่อน

      @@dcode-software OK, I'll do it.

    • @christian-schubert
      @christian-schubert 3 หลายเดือนก่อน

      Careful though, these are NOT the same things!
      Whereas forEach and map perform a function on each item of your data, a for loop does what the name implies, looping over your data. Consequently, the behavior WILL be different, for instance when fetching data, etc.

  • @j-lewis
    @j-lewis 4 หลายเดือนก่อน

    Your name Dom like Dominic or DOM like Document Object Model? Haha, jk, good stuff there, thanks!