Qlock – A JavaScript Quine Clock

Displays the current time in a seven-segment style, embedded within its own JavaScript source code. (321 bytes)… Read more

Similar

Evaluating JavaScript Code via Import()

The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. (more…)

Read more »