What is the difference between JavaScript and jscript?
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 |
Is javascript harmful?
What is the importance of <script> tag?
Name some of the JavaScript features?
How to calculate fibonacci numbers in javascript?
What are 2 (shorthand) boolean operators supported by javascript
How to go next field without filling the text? Which function should we use?
I am providing the Online& class room training on Worksoft Certify for SAP/HTML/JAVA using real time scenarios in a real time environment for a real time project, If any one is interested please get in touch with me on aimansaud@gmail.com
What are the characteristics of javascript ‘strict mode’?
Explain export & import in javascript?
Explain the difference between javascript and an asp script.
Explain “use strict” ?
Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: <parent_node> <childNode> <first><d1>ffftt</d1></first> <first><d1>eeeeiii</d1></first> <first><d1>uuuuwww</d1></first> </childNode> <childNode> <first><d1>fff</d1></first> <first><d1>eeee</d1></first> <first><d1>uuuu</d1></first> </childNode> </parent_node>