CBSE BOARD XII, asked by jacksrider, 8 months ago

The function that is invoked is known as . (A) calling function (B) caller function (C) called function (D) invoked function

Answers

Answered by kilbil6807arush2b
1

Answer:

d invoked function

Explanation:

i think so it write answers

Answered by shilpa85475
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