Skip to content

Instantly share code, notes, and snippets.

@peleteiro
Created March 27, 2015 18:25
Show Gist options
  • Save peleteiro/e0615cf2a58063be33e1 to your computer and use it in GitHub Desktop.
Save peleteiro/e0615cf2a58063be33e1 to your computer and use it in GitHub Desktop.
lodash-in-console
function loadScript(url){var ld = document.createElement('script');ld.src=url;document.getElementsByTagName('head')[0].appendChild(ld);};
loadScript("//cdnjs.cloudflare.com/ajax/libs/lodash.js/3.5.0/lodash.js");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment