Skip to content

Instantly share code, notes, and snippets.

@JimRottinger
Created May 20, 2019 19:21
Show Gist options
  • Save JimRottinger/e8e41c8ef875760611471e804aa1dbb4 to your computer and use it in GitHub Desktop.
Save JimRottinger/e8e41c8ef875760611471e804aa1dbb4 to your computer and use it in GitHub Desktop.
function identity (value) {
return value;
}
console.log(identity(1)) // 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment