You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart TD
A(Mulai Program) --> B[Panggil hello]
B --> C[hello async]
C --> D[Promise return]
D --> E[.then]
E --> F[console.log response]
E --> G[.catch error]
G --> H[console.log error]