JS Crossword - a crossword where the clue = eval(answer)
Summary
JS Crossword is a browser-based puzzle where every clue is generated via JavaScript's eval(), showcasing how eval can be abused or explored in web code. The piece highlights the quirks of JavaScript, sandbox considerations, and how such a puzzle is built and played in a local, hints-driven playground. It serves as a creative example for developers exploring interactive coding challenges and the implications of evaluating user input.