Skip to content

Instantly share code, notes, and snippets.

@amitabhaghosh197
Created April 27, 2018 11:39
Show Gist options
  • Save amitabhaghosh197/20a58604edd7aadddd4070d8a1e4592d to your computer and use it in GitHub Desktop.
Save amitabhaghosh197/20a58604edd7aadddd4070d8a1e4592d to your computer and use it in GitHub Desktop.
[ Javascript Important] Some Important cheatsheet on javascript #javascript #underscorejs #important #jquery #noConflict

How to add No Conflict for Underscore

It's better to add a noConflict variable for underscore to avoid confliction for '_' symbol on other JS Libraries

var US = _.noConflict();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment