Why javascript is not secure?


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

Post New Answer

More JavaScript Interview Questions

What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  


How to hide javascript code from old browsers that dont run it?

0 Answers  


What is innertext javascript?

0 Answers  


How do you include a comment in javascript?

0 Answers  


What is scope of variable in javascript?

0 Answers  






Can you give an example showing javascript hoisting?

0 Answers  


what is a code in vb amount display in words

0 Answers  


Can you write a random integers function to print integers with in a range?

1 Answers  


what is a difference of subclass and main class

0 Answers  


since are functions need to create a webpage is available in dhtml& html. then why we are going for javascript

1 Answers  


What does a typeof operator do?

0 Answers  


How can javascript be used to personalize or tailor a web site to fit individual users?

0 Answers  


Categories