di mana menempatkan async dalam fungsi const

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