Glossary coding Term Page

Console

a window that executes code line by line and shows the result immediately

console #coding#javascript
Korean version

Related Concepts

Core Idea

Console is a window that executes code line by line and shows the result immediately. It usually makes the most sense alongside Runtime, const, let.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept