Javascript DeObfuscator
What is Javascript obfuscation?
Obfuscation means turning the native JS syntax into human-unreadable (or very difficult to understand) code. This work is done by javascript obfuscators that minify/compress the original code. This is a way to protect the code, making it difficult to reverse engineer. It is also a game of writing source code with illegible and unnatural syntax.
Deobfuscation JS is the inverse of obfuscation. The goal is to rewrite/decode/reveal/decrypt/decompress the javascript obfuscated code to fetch native JS. Tools are called Unobfuscator or Deobfuscator