We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9ff465 + 149650e commit eacf093Copy full SHA for eacf093
4-ajax/3-ajax-xmlhttprequest/article.md
@@ -354,7 +354,7 @@ xhr.onreadystatechange = function() {
354
355
if (this.status != 200) {
356
// обработать ошибку
357
- alert( 'ошибка: ' + (this.status ? this.statusText || 'запрос не удался') );
+ alert( 'ошибка: ' + (this.status ? this.statusText : 'запрос не удался') );
358
return;
359
}
360
0 commit comments