Vidyalelo
JavaScript · Q53

Invocation And Performance Navigation

Programming · JavaScript · question 53

Q53

What is the solution to the absence of a script tag without an src attribute?

A.
Resend the scripts
B.
Create inline JavaScript
Answer
C.
All of the mentioned
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The solution to the absence of a script tag without an src attribute is to create inline JavaScript to append script tags to the document dynamically