Self-executing anonymous function is in reality IIFE because there is a difference between a function declaration (FD) and a function expression (FE).
Self-executing anonymous function is in reality IIFE because there is a difference between a function declaration (FD) and a function expression (FE).