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

Console.info() - 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.info()

Baseline Widely available

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

, , -. Firefox Chrome, "i".

In this article

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

obj1 ... objN

JavaScript, . .

msg

, 0 .

subst1 ... substN

JavaScript, msg. . , console.info('Output %f', 234); : Output 234.000000

console .

Specification
Console
# info


Web Proxy Viewer  |  New URL  |  Original Page