What is the purpose of local variables?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need to declare variables?
What is javascript ‘strict mode’?
How to accessing elements using javascript?
Do you have to declare variables in javascript?
whether javascript runs on client side or server-side?
Explain equality operators in javascript?
Can any one tell me about s_objectID used for the anchor tag why it is used, what for and how to use it properly. with an example...please please......
What is difference between local variable and global?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
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>
What is the difference between null & undefined?
Can you tell me how to send email using javascript?