Async/await

by Vatsal Pande

JavaScript

async function fetchData() {
  return "Hello, World!";
}

// console.log(fetchData());