-
Why has the instructor written - verify(address, []) can we write it without await as well since it is not returning a promise |
Beta Was this translation helpful? Give feedback.
Answered by
alfaqi
Jul 20, 2023
Replies: 1 comment
-
I have tried both approaches: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Atharv-02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried both approaches:
it verified with await keyword.
I think that we have to wait await of the
run
function to be finished.