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.

Related Questions

The word 'obtrusive ' is synonymous with the word
Which is the function in JavaScript that will print the current page in JavaScript?
JavaScript Code can be called by using
The JavaScript’s syntax calling ( or executing ) a function or method is called
JavaScript Code can be called by using _________.
Spaces,Punctuation marks are called as __________ Symbols in JavaScript.
JavaScript code between a pair of “script” tags are called