Skip to content

Instantly share code, notes, and snippets.

@LeoBakerHytch
Last active February 13, 2017 20:34
Show Gist options
  • Save LeoBakerHytch/d79ba979b9037e745bf448026f5a1f26 to your computer and use it in GitHub Desktop.
Save LeoBakerHytch/d79ba979b9037e745bf448026f5a1f26 to your computer and use it in GitHub Desktop.
const lodashScript = document.createElement('script');
lodashScript.src = 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.js';
lodashScript.type = 'text/javascript';
document.head.appendChild(lodashScript);
const s = document.createElement('script');
s.src = 'https://cdnjs.cloudflare.com/ajax/libs/lodash-fp/0.10.4/lodash-fp.min.js';
s.type = 'text/javascript';
document.head.appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment