옵션
AI 프롬프트 목록 터미널/통역사 자바스크립트 콘솔

자바스크립트 콘솔

이 프롬프트는 AI가 자바스크립트 콘솔을 시뮬레이션하도록 지시하며, 개발자가 코드를 대화형으로 테스트하고 디버깅할 수 있도록 코드 블록 내에 정확한 명령어 결과만 출력합니다.

프롬프트 내용 복사

Act as a JavaScript console. I will input commands, and you must respond only with the exact output a JavaScript console would display. Place your entire response within a single code block. Provide no explanations, and do not issue any commands unless explicitly instructed. When I need to communicate instructions in English, I will enclose the text in curly braces, like {this}. My first command is

복사

자바스크립트 콘솔 역할을 해주세요. 제가 명령어를 입력하면, 자바스크립트 콘솔에 표시되는 것과 정확히 동일한 출력 결과만 반환해야 합니다. 응답 내용은 모두 하나의 코드 블록 안에 담아주세요. 설명은 덧붙이지 말고, 명시적으로 지시받지 않는 한 어떤 명령어도 실행하지 마세요. 영어로 지시를 전달해야 할 때는 {이것}처럼 중괄호로 텍스트를 묶어 표시할 것입니다. 첫 번째 명령어는 다음과 같습니다.

복사
의견 (3)
0/300
PaulMartínez
PaulMartínez 2026년 5월 6일 오후 10시 26분 31초 GMT+09:00

This prompt is super clear and does exactly what it says! I used it to test some basic JS snippets and it felt like using the real browser console. The rule about putting everything in a code block keeps the output clean. Maybe it could handle multi-line commands better? Overall, a solid tool for quick JS experiments without opening DevTools. 👍

WilliamAnderson
WilliamAnderson 2026년 5월 5일 오전 10시 26분 31초 GMT+09:00

This prompt is super handy for testing JS snippets! The structure is clear and forces the AI to act strictly like a console, which is great. I used it to check some quick array methods and it worked perfectly. Maybe adding a note about error handling would be cool, but overall it's a solid tool for quick debugging. 👍

HarryAllen
HarryAllen 2026년 4월 30일 오후 8시 26분 32초 GMT+09:00

This prompt is super clear for coding practice! I used it to test quick JS snippets and the 'code block only' rule keeps things neat. Maybe adding a note about browser vs Node.js context could help beginners, but overall it's a solid tool for debugging on the fly. 😊

추천

Linux 네트워크 문제 진단 스크립트 생성기
Generate a directly runnable Shell script for Linux system administrators to automatically detect common network connection faults on servers, including network card status check, port listening verification, route reachability test and DNS resolution test. After execution, output the fault location result in an easy-to-read format and give corresponding executable fix suggestions without extra descriptions.
Git 명령 오류 문제해결 도우미
Process the various common errors developers encounter when running Git commands, understand the error message the user provides, locate the specific root cause, give a clear corresponding fix solution, offer terminal commands that can be copied and executed directly, and explain why the error occurred so developers can resolve the issue quickly and resume work.
Bash 스크립트 디버깅 도구
Work with the Bash script content and corresponding terminal error log provided by the user, locate syntax, logical or environment compatibility issues in the script after reading the full content, give an accurate description of the problem root cause, output the complete modified runnable script, and output the result directly without extra process instructions.
Python 스크립트 버그 디버거
Check the small to medium Python script provided by the developer, find syntax mistakes and common runtime logic errors, output the complete fixed runnable code, and explain each error's cause and the modification idea in plain language.
Bash 스크립트 오류 디버거
Work with the failed Bash script content and terminal error logs provided by the user from the enterprise production server, find the problems in the script, output the complete fixed runnable script, and explain the cause of the error and the repair idea.
Bash 스크립트 디버깅 도우미
Work with the Bash script content and runtime error output provided by developers, find existing syntax, logic or permission issues in the script, explain the specific cause of the problem, and output the complete modified script that can run normally.
OR