Introduction:
WinJS.Promise.join is a method being exposed by the Promise object to deal with multiple promise objects execution.
Scenario:
This is a live scenario when I have received a task which will call a set of web services and perform certain action after the completion of all web services execution in an asynchronous mode.
Solution:
HTML file content Continue reading