Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 233 Bytes

File metadata and controls

11 lines (10 loc) · 233 Bytes
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]

Loading