What is the difference between JavaScript and jscript?
Answer Posted / hr@tgksolutions.com
The JavaScript language was made available by Netscape. To get around the trademark issue, Microsoft renamed it JScript. To put it another way, JScript is the same as JavaScript, but it comes from Microsoft.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between arrow function and normal function?
What is the difference between rootscope and scope?
What are the application of javascript?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
What does window.print() do in Javascript?
What is an empty html tag?
Write about the errors shown in javascript?
What is the instanceof operator in JavaScript?
How many functions are there in javascript?
If you need to hide the javascript code from the older browser versions, how will you perform it?
What are the types of data types?
Describe javascript and vbscript.
Why do we need hoisting in javascript?
Can an anonymous function be assigned to a variable?
What do “1”+2+4 evaluate to?