Ad
Code
Diff
  • ok = _ => String.fromCharCode(parseInt('  	    '.replace(/\t/g,'0').replace(/\s/g,'1'),2), parseInt('  	 	  '.replace(/\t/g,'0').replace(/\s/g,'1'),2))
    • //return string that says the word ok
    • ok = _ => String.fromCharCode(parseInt(' '.replace(/\t/g,'0').replace(/\s/g,'1'),2), parseInt(' '.replace(/\t/g,'0').replace(/\s/g,'1'),2))