Make your JS invisible
Hide your code by invisible characters
Guess what the output is?
Function(''.replace(/......../g, function($) { return String.fromCharCode(parseInt($.replace(/./g, function($) { return { '': '00', '': '01', '': '10', '': '11' }[$] }), 2)) }))()
Why?
vim temp
Display invisible characters through vim.