| 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 asynchrnous function?
Please select the correct option from below list
(1)finally()
(2)Chai-as-promised
(3)Async/Await
(4)done()
Answer:-(3)Async/Await | | |