why you used Java Script? Can it use for both client side
and server side validation purpose?

Answer Posted / shawn

Pls i reside in chennai and urgently need an expert i can hire as soon like today(dats how urgent it is).
Im working on a project that's based network monitoring and automation.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope variable in javascript?

485


What are the primitive data types in JavaScript?

530


What does the operator do in javascript?

449


Are namespaces are there in javascript?

480


Which built-in method returns the length of the string?

508






Enumerate the differences between Java and JavaScript?

668


What would be the result of 3+2+”7″?

664


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

452


How to test PAGE LOAD TIME, RELOAD THE PAGE, CAPTURE THE URL'S , TEST THE PIXALS please please above all these how to test as a tester

1868


Which built-in method returns the calling string value converted to upper case?

500


What are the different types of errors supported by javascript?

497


Explain javascript debounce function?

530


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; }

2881


What are the ways of making comments in javascript?

429


What is js full form?

495