1.

Which of the following is the ECMA 7 feature that allows promises without sending callback to.

Answer»

Which of the following is the ECMA 7 feature that allows promises without SENDING CALLBACK to.
then and instead the value will be returned by the asynchronous function?
CHOOSE the correct answer from below list
(1)done()
(2)Chai-as-promised
(3)finally()
(4)Async/Await

Answer:-(4)Async/Await



Discussion

No Comment Found