List some unit testing frameworks javascript


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

Post New Answer

More JavaScript Interview Questions

where we use javascript and for which purpose we use javascript how?

13 Answers   Bugatti, IBM, Infosys, TCS,


What are the basic groups of dataypes in 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  


Why extending array is bad idea?

0 Answers  


What is use strict in javascript?

0 Answers  






Is javascript case sensitive?

0 Answers  


What creates scope in javascript?

0 Answers  


What are the decodeURI() and encodeURI()?

0 Answers  


How to redirect a page to another page in javascript?

0 Answers  


How do you create a new object in JavaScript?

3 Answers   Satyam,


Write a program to exaplain the deferred scripts using event handlers in javascript.

0 Answers  


What are the four types of javascript objects?

0 Answers  


Categories