Wo kann man asynchronen in der const -Funktion platzieren

const foo = async () => {
  // do something
}
tinydev