javascriptdeobfuscation

What does this declaration of `_0x98bd` do?


I'm learning JavaScript, and I found this code:

var _0x98bd=["\x3C\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3D\x22\x6A\x73\x2F\x4E\x31\x39\x53\x38\x37\x4E\x39\x4E\x41\x39\x38\x37\x31\x58\x39\x38\x37\x5A\x5A\x58\x2E\x73\x77\x66\x22\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x77\x72\x69\x74\x65"];

Does anyone know what does it mean?


Solution

  • It produces this array:

    ["<script src="js/N19S87N9NA9871X987ZZX.swf"></script>", "write"] 
    

    I have no idea what the author of the code is trying to do with it.