What are the main uses of javascript?


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

Post New Answer

More JavaScript Interview Questions

How to create scale in P info

0 Answers   MAHINDRA,


hi i want validations for two dropdown lists in java script.when user enter to second dropdown list by skipping first dropdown list we should get alert box. please help me very urgent

2 Answers  


Does apple use javascript?

0 Answers  


How to have an element invoke a javascript on selection, instead of going to a new url?

0 Answers  


why java is called platform independent?

1 Answers  


How can you create an Object in JavaScript?

0 Answers  


What is the difference between var and let?

0 Answers  


How to Object.entries( ) In JavaScript ?

0 Answers  


How to create the namespace in javascript?

0 Answers  


How do you change the style/class on any element using javascript?

0 Answers  


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  


What is array constructor in javascript?

0 Answers  


Categories