new Promise(function (resolve, reject) { console.log("calling ajax"); $.ajax({ method: "GET", url: "https://jsonplaceholder.typicode.com/todos" }) })