OTHER·중요도 5·2026. 05. 25.·GeekNews

JS Crossword - 단서 = eval(answer)인 크로스워드

── KO ──────────────────

eval()을 활용한 JS 크로스워드 퍼즐 소개.

JS Crossword는 JavaScript의 eval() 함수를 이용한 퍼즐입니다. 이 퍼즐에서 답은 eval() 실행 결과와 일치해야 합니다. 예를 들어, `7`은 `3+4`로, `[object Object]`는 `[]+{}`로 해결할 수 있습니다. 잘 알려지지 않은 JavaScript 기능을 활용하여 참가자들에게 도전적인 경험을 제공합니다.


── EN ──────────────────

Introduction to JS Crossword using eval() for puzzle answers.

JS Crossword is a puzzle that utilizes the eval() function in JavaScript. In this puzzle, the answers must match the result of the eval() execution. For example, `7` can be solved with `3+4`, and `[object Object]` can be resolved with `[]+{}`. It offers participants a challenging experience by using lesser-known JavaScript features.

원문 보기 →목록으로