Discussion :: Javascript - CS
- What is the solution to the absence of a script tag without an src attribute?
Answer : Option B
Explanation :
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
Be The First To Comment