What's the possible disadvantage of including JavaScript files within
a JavaScript file? Why I needed it? For the sake of easy management,
perhaps? Any load speed disadvantage? Example below:
document.write( '<script type="text/javascript" src="'+libraryN ame+'"><
\/script>');
a JavaScript file? Why I needed it? For the sake of easy management,
perhaps? Any load speed disadvantage? Example below:
document.write( '<script type="text/javascript" src="'+libraryN ame+'"><
\/script>');
Comment