Ad
  • Custom User Avatar

    That code throws an error:

    =
    ^
    
    SyntaxError: Unexpected token '='
    
  • Default User Avatar

    It is still possible to get entire test.js file

    // disable view source, I hope :)
    try {
      {{ hidden }} =
        function () {
          return "Bombs can't be defused by cheating!! ;)";
        };
    } catch (e) {}
    Object.freeze(Object);
    .....