Home > Article > Web Front-end > Introduction to immediate execution function expressions in JavaScript_javascript skills
We are used to seeing this anonymous function
I found out that there is another name: Immediately-Invoked Function Expression (IIFE, Immediately-Invoked Function Expression)
Call function expression immediately
Compared with self-executing anonymous functions, the meaning of immediately calling function expressions is clearer.
Self-executing functions include the following examples: