Réponse
(function(){})();
Colonne
Explication
immediately-invoked function expression fr: Fonction anonyme immédiate
(function() { // code goes here }) ();
https://stackoverflow.com/questions/8228281/what-is-the-function-constr…
function that is invoked immediately, isolates variables
Question
syntax - create an IIFE
Thématique






