Skip to content

Instantly share code, notes, and snippets.

@mid0111
Last active August 25, 2016 04:20
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 mid0111/541300b780139493f06ea7546efe8354 to your computer and use it in GitHub Desktop.
Save mid0111/541300b780139493f06ea7546efe8354 to your computer and use it in GitHub Desktop.
test
var a=1 + 2
import _ from 'lodash';
var arr = [1,2,3];
_.map(arr, (val) => { ///**\_.map**
return val * 2; ///result
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment