Skip to content

Instantly share code, notes, and snippets.

View ajaymenon0's full-sized avatar
🏚️
Working from Home

Ajay Menon ajaymenon0

🏚️
Working from Home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ajaymenon0 on github.
  • I am ajaykawaspace (https://keybase.io/ajaykawaspace) on keybase.
  • I have a public key ASBlV6q6YbupG582_6zHVbgVGFl1VGEwo-A9E3o_gajPIwo

To claim this, I am signing this object:

@ajaymenon0
ajaymenon0 / lodash_chrome_console.js
Created June 13, 2018 08:26
Code to make lodash run on chrome console
var el = document.createElement('script');
el.src = "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.15.0/lodash.min.js";
el.type = "text/javascript";
document.head.appendChild(el);