async iife

JavaScript
(async () => {
    // code goes here
})();
Source

Also in JavaScript: