This question is about how to handle promise. Example:
fetch(url) .then(res => res.json() ) .then(data => console.log(data) ) .catc