"AURUM RECLUDIT CUNCTA"

JavaScript

The first line is constructor and the second is fromCharCode. Answer heavily inspired by this answer, combined with a little JSFuck magic.

To see what s is, use console.log(s) for the function contents. It appears to be the it function contents from Jasmine, which we have access to thanks to the Codewars test runner.

const $ = (s=`${it}`) => ""
  [`c${s[6]}nst${s[36]}` + ([][[]]+[])[+[]] + `ct${s[6]}${s[36]}`]
  [`f${s[36]}${s[6]}${s[10]}C${s[48]}${s[64]}${s[36]}C${s[6]}${s[32]}${s[33]}`]
  (65,85,82,85,77)

Tags

  1. javascript (Private)
  2. restricted (Private)
  3. 5-kyu (Private)
  4. codewars (Private)
  5. answer (Private)