MWhy can you await fetch whithout async first, which requires the use of immediately Invoked Function Expression? for example: (async () => { const response = await fetch('https://URL') })()Comment·Article·Oct 15, 2020·Introduction to Cross Origin Resource Sharing (CORS)