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 |
Can you write a random integers function to print integers with in a range?
Where can I learn javascript for free?
What would be the result of 2+5+”3″?
Why is javascript dangerous?
Where can I learn javascript for beginners?
Name the types of functions.
What is Minification
What boolean operators can be used in JavaScript?
Explain the term closure?
Explain why "self" is needed instead of "this".
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 postback in javascript?