VarrienceLvl 25
- Edited
I mean since this is high level JS there's not much i can do to minimize stuff here unfortunately gamelab environment takes the L here since i can't use the pollyfills CDO is missing either but oh well
// 79
throw a="\n0011110\n0010010\n"+"1110111\n1010101\n1010111\n1110010\n0011110\n0010010"+a;
// 79 +1 up ack (cleaner no weird parsing)
throw(0x9e92f7d5d7f2.toString(2)+40594..toString(2)).replace(/.(.{7})/g,"\n$1")
unlike acks method you just need to add another start bit in the front so it'll be forced to fomat it correctly since no prototype of pad exists (cuz idfkw) this is the least amount of effort to force it to be rendered though if you do plan on having more challenges like this you should offer different rewards for different categories (even if it's just between enviroments) because some have a lot more features that lead to running the code in only 1 enviroment
though i support Letti winning Ain't no way somebody is getting lower than 1 function call
in case your wondering why throw? it gives a console message and is several times shorter than console.log
Also fun fact CDO can handle basically any other format other than binary it hates it any the only way to deal with it properly is through strings and or parsing methods