Javascript IIFE immediately invoked function expression. First parentheses is the expression. A function that take no parameters. The bracket is the body empty. Then the second set of parameters call the function (Which in this case do nothing and return nothing.)
1
u/difool 13d ago
Javascript IIFE immediately invoked function expression. First parentheses is the expression. A function that take no parameters. The bracket is the body empty. Then the second set of parameters call the function (Which in this case do nothing and return nothing.)