Comment by jandrese
5 years ago
Clearly it is still a hardcoded value! It fails the requirement. Instead there should be a factory that loads a file that reads in the "a" to the variable, nested down under 6 layers of abstraction spread across a dozen files.
thats too enterprisey, at a startup you would write it like this:
const charA = (false+"")[1];
That has three constants.
is this better?
const charA = (![]+[])[+!+[]];
3 replies →