Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created November 9, 2015 12:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chuck0523/95fdb58c9d155fc397b2 to your computer and use it in GitHub Desktop.
function aboutMe(speak) {
return function(data) {
data.forEach(function(e) {
log(speak[0] + e[0] + speak[1] + e[1] + speak[2]);
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment