Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Why do you need Obfuscation in Javascript?
Home
JavaScript
Why do you need Obfuscation in Javascript?
0
votes
asked
Oct 13, 2023
in
JavaScript
by
GeorgeBell
Why do you need Obfuscation in Javascript?
javascript-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 13, 2023
by
GeorgeBell
Below are the few reasons for Obfuscation,
The Code size will be reduced. So data transfers between server and client will be fast.
It hides the business logic from outside world and protects the code from others
Reverse engineering is highly difficult
The download time will be reduced
...