What are the security related issues in JavaScript scripts?

Answers were Sorted based on User's Feedback



What are the security related issues in JavaScript scripts?..

Answer / naveen das

Basically the source code of the Javascript will be visible
when we select the source,hence the javascript part of the
code is fully transparent.
Secondly javascripts can be disabled on the browser easily

Is This Answer Correct ?    20 Yes 4 No

What are the security related issues in JavaScript scripts?..

Answer / rajesh

One better way to hide the script is, Load a pane and write
all the scripts there... and the use them in the pages you
are displaying.

Is This Answer Correct ?    3 Yes 4 No

What are the security related issues in JavaScript scripts?..

Answer / rubin thomas

Basically all that naveen said is true but there cannot be
any instance of js hiding it can always be viewalble if u
know how to do it.

Also other security issues are that u can track the ip of
the system on which the site has been view also the time of
loading on the current system.

Since javascript has no current standard which monitors the
use of js it can be used in any way you want to.
Therefore security related issues in javascript is just a
idea but never a hard code procedure.

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More JavaScript Interview Questions

Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).

0 Answers  


Can I learn javascript without html?

0 Answers  


What are the variables in javascript?

0 Answers  


How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....

0 Answers  


In how many ways a Javascript code can be involved in an HTML file?

1 Answers  


Are Typescript and Javascript the same?

0 Answers  


How can I request data from the server without reloading the page in the browser?

0 Answers  


Is array an object javascript?

0 Answers  


what is java?

2 Answers  


What does a typeof operator do?

0 Answers  


Explain how can you submit a form using JavaScript?

0 Answers  


Categories