Front End Programmer Question:
Download Questions PDF

Explain what is an IIFE?

Front End Developer Interview Question
Front End Developer Interview Question

Answer:

IIFE stands for immediately-invoked function expression; it executes immediately after created by adding a () after the function.

Download Front End Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is a callback function?What is variable scope?