JavaScript fetch api ,

:waving_hand: looking for Rescue got the promise as expected, but I intention is to display actually search results on page , unfortunately I strong textdo try but not works , any help I’ll appreciate it.
Attached screen shot

Try:

getDetails()
  .then( data => {
    console.log(data)
  }