Expert Developer JavaScript Question:
Explain the concept of unobtrusive JavaScript?
Answer:
Unobtrusive JavaScript is basically a JavaScript methodology that seeks to overcome browser inconsistencies by separating page functionality from structure. The basic premise of unobtrusive JavaScript is that page functionality should be maintained even when JavaScript is unavailable on a user's browser.
Previous Question | Next Question |
What is the difference between script type and the script language attributes? | How can I prevent others from reading/stealing my scripts or images? |