[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/API/Console_API [Back]  [Original]

Console API - Web 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 API

Baseline Widely available

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

Console API , .

In this article

Console API API , . API , , . .

. the console , .

console.log, .

console

, , , .

js
let myString = "Hello world";

//  "Hello world" 
console.log(myString);

console .

Specification
Console
# console-namespace


Web Proxy Viewer  |  New URL  |  Original Page