What are the javascript objects?
Answer / Madan Pal Singh
JavaScript objects are collections of properties and methods, created with the object keyword. Properties are named values, while methods are functions associated with the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why javascript is dangerous?
What is the relationship between JavaScript and ECMAScript?
Do hackers use javascript?
Are all javascript variables global?
What is the difference between undeclared & undefined?
What is the difference between sessionstate and viewstate?
What is postback in javascript?
Is it possible to do 301 redirects in javascript ?
How do you declare a variable in javascript?
Are namespaces are there in javascript?
Explain javascript accessors ?
How to show progress bar while loading using ajax call?