выводит [obj Obj]
const response= await fetch(`https://www.nbrb.by/api/exrates/rates/431?ondate=${firstDate.value}`)
const result = await response.json();
console.log(result.Cur_OfficialRate)
div.append(result.Cur_OfficialRate)
JSON.stringify(result.Cur_OfficialRate);
Вместо append используй insertAdjacentHTML
хорошо спасибо всем
Обсуждают сегодня