Skip to content

Instantly share code, notes, and snippets.

@mallond
Created January 29, 2016 01:32
Show Gist options
  • Save mallond/1d3bcfe5012608458084 to your computer and use it in GitHub Desktop.
Save mallond/1d3bcfe5012608458084 to your computer and use it in GitHub Desktop.
Javascript Cool Tricks
var script = document.createElement("script");
script.src = "https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js";
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment