Answer Posted / narnia
Javascript is of 3 types.....
1) client side
2)server side
3) core Javascript....
read this you will know
http://www.devarticles.com/c/a/JavaScript/Client-side-and-Server-side-JavaScript/1/
Is This Answer Correct ? | 13 Yes | 12 No |
Post New Answer View All Answers
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
What is javascript and how it works?
What are local variables in javascript?
What is hoisting in javascript?
What is event in javascript?
just for testing
How and where javascript namespacing is used?
Is javascript safe to download?
How can you declare a class in javascript?
how to run the servlet in tomcat
List some design patterns in javascript?
What do you mean by script?
How you will add function as a property in a javascript object? Give an example.
What is difference between module.exports and export?