Answer Posted / senthil
It refers to the current object.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Describe the properties of an anonymous function in JavaScript?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
What do you mean by enumeration?
How to validate a form in javascript?
What is the function of deferred scripts?
How to delete a cookie using javascript?
Should I disable javascript?
How and where javascript namespacing is used?
What is memory leak in javascript?
What is the difference between the operators '==' and '==='?
what is event bubbling and event capturing in javascript?
How to validate email in javascript?
What is a function constructor?
How onclick works in javascript?
What is difference between var x =1; and x=1;?