a = window.location.host + "";
b = a.length;
c = 4 + ((5 * 10) * 2);
d = String.fromCharCode(c, -(41 - Math.floor(1806 / 13)), Math.sqrt(b - 2) * 29, (b * 8) - 29);
I just made the javascript do the work and it gave me the “hats” value.
But..
I didn’t exactly understand how this worked. I know what is happenning here.
I am curious about how the a variable works. I would be really grateful if someone explained it step by step.