About 구문 강조기
여러 언어로 코드 구문 강조
Use this free online 프로그래밍 도구 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
여러 언어로 코드 구문 강조
Preview
| 1 | <span style="color: #ff79c6">function</span> <span style="color: #50fa7b">greet</span>(name) { |
| 2 | <span style="color: #ff79c6">const</span> message = <span style="color: #f1fa8c">`Hello, ${name}!`</span>; |
| 3 | <span style="color: #ff79c6">return</span> message; |
| 4 | } |
| 5 | |
| 6 | console.<span style="color: #50fa7b">log</span>(<span style="color: #50fa7b">greet</span>(<span style="color: #f1fa8c">'World'</span>)); |
여러 언어로 코드 구문 강조
Use this free online 프로그래밍 도구 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.