What is this keyword?

Answers were Sorted based on User's Feedback



What is this keyword?..

Answer / shipra

This keyword refers to the current object.

Is This Answer Correct ?    13 Yes 2 No

What is this keyword?..

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

What is this keyword?..

Answer / senthil

It refers to the current object.

Is This Answer Correct ?    5 Yes 2 No

What is this keyword?..

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

What is this keyword?..

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

What is this keyword?..

Answer / arul

This keyword refers to the "current object"

Is This Answer Correct ?    1 Yes 0 No

What is this keyword?..

Answer / venkat

"this" keyword refers to the current object.

Is This Answer Correct ?    0 Yes 0 No

What is this keyword?..

Answer / sravanthi

this is an object in js releases the control

Is This Answer Correct ?    0 Yes 1 No

What is this keyword?..

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

Post New Answer

More JavaScript Interview Questions

How to set the cursor to wait in JavaScript?

0 Answers  


Explain “use strict” ?

0 Answers  


Is javascript a dynamic language?

0 Answers  


why array is called the collection of similar datatypes?

1 Answers  


List out the different ways an HTML element can be accessed in a Javascript code?

0 Answers  






What is the difference between call & apply?

0 Answers  


What does "1"+2+3 evaluate to?

0 Answers  


What is variables in javascript?

0 Answers  


Is it possible to do 301 redirects in javascript ?

0 Answers  


What is the difference between ‘function declaration’ and ‘function expression’?

0 Answers  


What does trim stand for?

0 Answers  


How do you target a specific frame from a hyperlink in javascript?

0 Answers  


Categories