What is Currying in Javascript?
If 2 methods have same name and same number of parameters, which one will be executed first?
What is the use of the String Tokenizer
About document.getElementID? Explain giving one example. This was asked by a interviewer when i said that i know some JavaScript.
disbable back option by java script
How to add new elements dynamically?
Is javascript free to install?
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>
How to delete a cookie using javascript?
What is a named function in JavaScript? How to define a named function?
How to detect the operating system on the client machine?
Which built-in method returns the calling string value converted to upper case?
What is an immediately-invoked function expression?