Typical use
Input
console.log(1 + 2)
Output
The console prints 3.
JavaScript 스니펫을 온라인에서 실행하고 콘솔 출력을 확인합니다.
Use this page to run JavaScript snippets in the browser. It focuses on JavaScript code and produces console output or execution result.
console.log(1 + 2)
The console prints 3.
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.