The function that is invoked is known as . (A) calling function (B) caller function (C) called function (D) invoked function
Answers
Answered by
1
Answer:
d invoked function
Explanation:
i think so it write answers
Answered by
0
The function that is invoked is known as invoked function.
It is a javascript function that runs as soon it is defined. It is known as Immediately Invoked Function Expression (IIFE).
It is also known as a self-executing anonymous function.
It has two parts:
- The first part is the anonymous function with also includes lexical scop enclosed within the grouping operators.
- The immediate invoked function expression is the second part.
Hence, the correct option is (D) invoked function.
Similar questions