Js promises .then

in the ES6 promises .then challenge (the one next to the last one) the solution includes calling the .then method, which has console.log(result), but no output prints out on the console. Shouldn’t the console print “We got the data”? since responseFromServer = true?