When is JavaScript called obtrusive?
When is JavaScript called obtrusive? Correct Answer JavaScript code is so large
When the amount of JavaScript code is so large that it effectively obscures the HTML, we call JavaScript as obtrusive. On the other hand unobtrusive JavaScript is a best practice methodology for attaching JavaScript to the front-end of a website.