What is the main difference between Client side JavaScript
and and Server side Java Script?
Answer Posted / kannappanksk
Clientside Javascript encompasses the core language plus
extras such as the predefined objects, only relevant to
running Javasript in a browser.The clientside javascript is
embedded directly in the HTML pages and is interpreted by
the browser completly at the run time.
Serverside javascript also encompasses the core language
plus extas as the predefined objects and functions only
relevant to running Javasript in a server.The serverside
javascripts are compiled before they are deployed.
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
how to write frame work Architecture in QTP
How to handle event handlers?
What is the best ide for javascript development?
Write JavaScript code to use file system in binary format?
Do I need var in javascript?
How are DOM utilized in JavaScript?
What is a frontend framework?
Explain export & import in javascript?
What does => mean in node js?
What are the seven data types of javascript?
What is require in javascript?
List html dom mouse events?
How to encode and decode a url in javascript?
How do I use javascript to password-protect my web site?
What are the three core languages in web pages?