ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Passing Function as Argument | Functions I JavaScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2021
  • Since JavaScript supports higher order functions and since a function is just another value in JavaScript, it is possible to pass a function as an argument to another function.
    In this lecture you will how to pass a function as an argument to another function in JavaScript and what are its advantages.

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

  • @salah6443
    @salah6443 2 ปีที่แล้ว +8

    You have explained far better than the top tutors I know.

  • @shaidyn8278
    @shaidyn8278 ปีที่แล้ว +2

    Thank you SO MUCH for this. This is the first explanation of using functions as parameters that actually gave me a REASON to pass a function into another function.

    • @procademy
      @procademy  ปีที่แล้ว

      Glad it was helpful

  • @raven.4815
    @raven.4815 ปีที่แล้ว

    Prolly the best tutorial on this topic, thanks!

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

    This is an awesome tutorial, ty so much

  • @olejemedickson
    @olejemedickson ปีที่แล้ว +1

    Thank you for this. I only had a basic understand but often got confused while using it.

  • @bama2619
    @bama2619 ปีที่แล้ว

    Thank you for the detailed explanation.

  • @sona4612
    @sona4612 10 หลายเดือนก่อน

    Wow🔥🔥🔥 Superb explanation... You are an awesome teacher..

  • @almomaiz100
    @almomaiz100 11 หลายเดือนก่อน

    Thanks, well explained.

  • @Dr.smileclinic
    @Dr.smileclinic 11 หลายเดือนก่อน

    Wow❤

  • @SUNIL-jc8qu
    @SUNIL-jc8qu ปีที่แล้ว

    Superb

  • @bishwajeetpandey1570
    @bishwajeetpandey1570 ปีที่แล้ว

    Outstanding

  • @raphauy
    @raphauy ปีที่แล้ว

    Thank you!!!

  • @MARKPAULRAMOS
    @MARKPAULRAMOS ปีที่แล้ว

    Why not use birthYears and calculateAge instead of (arr, func) ?