H
H
humanIvan2018-08-05 11:05:44
Asynchronous programming
humanIvan, 2018-08-05 11:05:44

Why doesn't the second console.log work in the asynchronous function?

5b66afc490af0320422042.png
Why doesn't the second console.log work in the asynchronous function?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SagePtr, 2018-08-05
@humanIvan

Because emailVerified is a function that returns another asynchronous function.
You never call this internal asynchronous function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question