Неперехваченный (в обещании) Ошибка типа: не удается прочитать свойство ‘0’ неопределенного
#javascript #ajax #asynchronous #xmlhttprequest #javascript #ajax #асинхронный #xmlhttprequest Вопрос: const promise = new Promise((resolve,rejest) =>{ const xhr = new XMLHttpRequest(); xhr.onload = () =>{ if(xhr.status >= 200 amp;amp; xhr.status <…