"Uska promise nahi samajh aaya, par ye wala aayega"
fetch('https://api') .then(res => res.json()) .then(data => show(data)) .catch(err => show(err))