私は間違った値を返す不思議なPromiseの動作をしています。 var years = []
$.getJSON('https://omdbapi.com?t=titanic&apikey=thewdb')
.then(function(movie){
years.push(movie.Year)
return $.getJSON('https://o
私は約束を学んでおり、次のコードを使用して連鎖しようとしています。この中で、.then()は、最初の実行されます:あなたが見ることができるように、したがって、値が返されていない前に、.then()が呼び出される Promise 2
This will print as second line after the method name, even though its the last line