List some features of javascript.
Answer / glibwaresoftsolutions
Among JavaScript's attributes are:
Programming language that is lightweight and interpretable
Positive for network-centric applications
Java-compatible
Cross-platform, open source, and complementary to HTML
| Is This Answer Correct ? | 0 Yes | 0 No |
How to prevent modification of an object in Javascript?
what is the need of javascript in the internet
Write about the errors shown in javascript?
what is the difference between window & document in javascript?
How do I retrieve a cookie with a given name using a regular expression?
Describe the properties of an anonymous function in JavaScript?
Define event bubbling?
If you need to hide the javascript code from the older browser versions, how will you perform it?
How do I open javascript in chrome?
What is the ‘Strict’ mode in JavaScript and how can it be enabled?
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
What is the difference between sessionstate and viewstate?