Say I want to print html from inside a script tag.
A source like this
foo
l('output text example')
after once defining
l=console.log
seems fine to me for a quick hacksy JS debugging in the browser console.
Based on @Lil' Bits’s answer – thanks!