What is this keyword?
Answers were Sorted based on User's Feedback
Answer / devi
The this keyword is a synonym for the current object and can
be used with properties
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / biswa
This key word is used to access the variables of the same
class in which it is declared without creating an object of
the class.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / murali
"this" is a keyword used to differentiate the instance
variables and parameters, if they are having the same name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rubin thomas
an identifier in a computer language that indicates a
specific command.
here basically keywordds are words that cannot be used as
vaiables such as if,else etc..
| Is This Answer Correct ? | 2 Yes | 5 No |
How do we get javascript onto a web page?
What does ecma stand for?
What is a nan value?
Can you assign an anonymous function to a variable and pass it as an argument to another function?
Can javascript code be broken in different lines?
Which javascript is best?
What is the use of a date object in javascript?
What are the requirements of web application using javascript?
What is dhtml in javascript?
What does e mean in a function?
How to count the number of element in an array using javascript?
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>