di mana menempatkan async dalam fungsi const
const foo = async () => {
// do something
}
tinydev
const foo = async () => {
// do something
}