Fonction asynchrone auto-exécutée dans JS

(async function() {
	await someAsyncFunction();
})();
Defeated Donkey