Is javascript a security risk?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


How will you get the checkbox status whether it is checked or not?

0 Answers  


Explain how to read and write a file using javascript?

0 Answers  


Which keyword is used to print the text in the screen?

0 Answers  


What is the role of a strict mode in javascript?

0 Answers  






What is hoisted in javascript?

0 Answers  


What does _ mean in javascript?

0 Answers  


what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)

0 Answers  


What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

0 Answers  


How do you define a class and its constructor?

0 Answers  


why java is called platform independent?

1 Answers  


Is html and javascript the same?

0 Answers  


Categories