Skip to content

Instantly share code, notes, and snippets.

@ptgamr
Created September 18, 2018 07:23
Show Gist options
  • Save ptgamr/460b4a82f7af88db0a9aab78ea7b16d7 to your computer and use it in GitHub Desktop.
Save ptgamr/460b4a82f7af88db0a9aab78ea7b16d7 to your computer and use it in GitHub Desktop.
utils
fetch('https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js')
.then(response => response.text())
.then(text => eval(text))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment