Is there a difference in load \\ execution time between the following two ways of adding a script to a page ?
document.write() writes in the document where it is executed. Whereas appendChild appends the element to the specified element.
document.write()
appendChild