| 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 | | |