Answer Posted / r.balasubramanian
Two type. they are
1. Clint side JavaScript
2. Server side JavaScript
| Is This Answer Correct ? | 72 Yes | 26 No |
Post New Answer View All Answers
What makes something a function?
Are Typescript and Javascript the same?
What is the difference between the operators ‘==‘ & ‘===‘?
What is a reverse string?
Is javascript harmful?
What are the characteristics of javascript ‘strict mode’?
java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8
What is a name function in javascript?
What output will this program produce System.out.println(x+"+"+y+"="+(x+));
What is Browser Object Model?
Explain the typeof operator?
What is jscript used for?
Is not a function error in javascript?
Why do we need hoisting in javascript?
What is difference between var x =1; and x=1;?