What is the main difference between Client side JavaScript
and and Server side Java Script?

Answer Posted / d. kalaivani

Client side javascript is used maily for validation whereas
the server side javascript is used at server side to
connect to a database.

Is This Answer Correct ?    6 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is console.log()?

511


Is a relation always a function?

495


What is the use of decodeuri() and encodeuri()?

494


Why is javascript good for websites?

462


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

2899






Can we learn javascript without knowing java?

478


What is createtextnode?

478


Why javascript is so popular?

454


What is the disadvantage of using innerhtml in javascript?

658


20 Functions of Selenium with description and Examples.

2328


How do I open javascript in browser?

460


Can you pass a anonymous function as an argument to another function?

538


What will be the output of the following statements?

500


How much do javascript programmers make?

487


Explain the unshift() method ?

562