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

In javascript chained select menus are available.first select menu is worked and others are disabled.when we select any one option then the next select menu will worked having option releated to selcted in first select menu.How it possible? what is the coading of this programme?

1 Answers  


print the following using loop. 54321 4321 321 21 1

2 Answers   Delhi Public School,


Can I learn javascript without knowing java?

1 Answers  


What are the advantages of javascript?

1 Answers  


What is an object in javascript, give an example?

1 Answers  


Is not a function error in javascript?

1 Answers  


How do you trim in javascript?

1 Answers  


Are javascript variables case sensitive?

1 Answers  


Is javascript the future?

1 Answers  


How javascript variables work?

1 Answers  


What is the difference between test () and exec () methods?

1 Answers  


How to get value from dropdown (select) control?

1 Answers  


Categories