Skip to content

Instantly share code, notes, and snippets.

View Amjad675's full-sized avatar
💭
Making my next move

Amjad Hussain Amjad675

💭
Making my next move
View GitHub Profile
window.addEventListener('load', function() {
const script = document.createElement('script');
script.src = 'sampleScript.js';
body.document.appendChild(script);
});
<script src="sampleScript.js" async></script>
<head>
<script src="sampleScript.js"></script>
</head>
<body>
<h2>Welcome to Medium!</h2>
</body>