IIFE: Immediately Invoked Function Expression

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • IIFE stands for Immediately Invoked Function Expression. When we create a normal function, it does not get executed on its own. We have call the function by its name to execute it.
    The IIFE is a function which is defined as a function expression and executed immediately after creation.
    In this lecture you will learn What is IIFE and how to create it, its use and advantage.

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

  • @sureshadhikari3841
    @sureshadhikari3841 3 ปีที่แล้ว

    Thanks for your two videos on IIFE

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

    Why does the 'return 10' statement not work with the IIFE's?

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

    Thank you (≧▽≦)