Explain me the meaning of Unobtrusive JavaScript?

Submitted by: Muhammad
This is a general term that conveys a general philosophy, similar to the term REST (Representational State Transfer). Unobtrusive JavaScript doesn't intermix JavaScript code in your page markup.

Eg : Instead of using events like onclick and onsubmit, the unobtrusive JavaScript attaches to elements by their ID or class based on the HTML5 data- attributes.
Submitted by: Muhammad

Read Online MVC Developer Job Interview Questions And Answers