- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHPPhysics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to debug obfuscated JavaScript?
To debug obfuscated JavaScript code, you need to use a JavaScript formatter or beautifier.
Go to the following link to beautify JavaScript,
In the left section, add your obfuscated JavaScript code and click Beautify as shown below,

On clicking, you can see Beautified JavaScript code in the right section.
Advertisements