Skip to content

Instantly share code, notes, and snippets.

@Maxhodges
Created August 7, 2017 13:08
Show Gist options
  • Save Maxhodges/be58134cda8c2b737c3678bde7243312 to your computer and use it in GitHub Desktop.
Save Maxhodges/be58134cda8c2b737c3678bde7243312 to your computer and use it in GitHub Desktop.
max
[20:28]
var _ = require(‘lodash’); var ids = []; _.times(5000, () => ids.push(Random.id())); copy(ids.join(‘\n’));
VM2093:1 Uncaught ReferenceError: require is not defined
at <anonymous>:1:9
[20:28]
maybe it will run in jsfiddle?
chmac [20:28]
@max You need to have admin open and run that in the browser console. (edited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment