I've received a unique request from a web development company asking for 30 lines of HTML/JavaScript code to create a wall display. The code should be valid, execute in a modern browser, and display a message within 30 words (such as a clever brand slogan).
They are seeking a way to conceal the message within the code, making it appear like a visual puzzle only decipherable by those with intermediate JavaScript knowledge.
The goal is for the code to look like random text to a casual observer.
I'm open to suggestions on how to achieve this objective. I've experimented with online JavaScript minifiers and obfuscators, but they render the code unreadable. Instead, I want it to be challenging for a human coder to understand, without being impossible.
For example, if the hidden message was:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis ipsum ipsum. Donec quis lectus et ante gravida ultricies at."
How should I approach this creative challenge?
HTML/CSS, JS & JQuery are all permissible for this task.
(Moderators, please relocate this question if it doesn't belong on Stack Overflow)