[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ru/docs/Web/API/console/error_static [Back]  [Original]

console.error() - API | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

console.error()

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 ..

-.

In this article

console.error(obj1 [, obj2, ..., objN]);
console.error(msg [, subst1, ..., substN]);
console.exception(obj1 [, obj2, ..., objN]);
console.exception(msg [, subst1, ..., substN]);

: console.exception() console.error(); .

obj1 ... objN

JavaScript . .

msg

JavaScript, 0 .

subst1 ... substN

JavaScript, msg. .

console .

Specification
Console
# error


Web Proxy Viewer  |  New URL  |  Original Page