Created
November 16, 2019 00:10
-
-
Save abhirathore2006/d654163795a6525dd57fe64c72c050b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var smscript = document.createElement('script'); | |
smscript.type = 'text/javascript'; | |
smscript.async = true; | |
smscript.src = 'https://smartasset.com/snippet.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(smscript, s); | |
</script> | |
// above script is equivalent to | |
<script async src="https://smartasset.com/snippet.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment