Skip to content

Instantly share code, notes, and snippets.

@kedar9444
Last active October 2, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kedar9444/cce034cb0a41029ba7f62ed351b84c08 to your computer and use it in GitHub Desktop.
Save kedar9444/cce034cb0a41029ba7f62ed351b84c08 to your computer and use it in GitHub Desktop.
var _ = require("lodash@4.17.10")
_.assign(global, require("lodash-doc-globals"))
Object.observe = _.noop
_.forEach([1, 2], function(value) {
console.log(value);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment