Skip to content

Instantly share code, notes, and snippets.

@krzysztofczernek
Created September 18, 2019 16:57
Show Gist options
  • Save krzysztofczernek/1096ef1316d14c073f6b648ead8e3575 to your computer and use it in GitHub Desktop.
Save krzysztofczernek/1096ef1316d14c073f6b648ead8e3575 to your computer and use it in GitHub Desktop.
const trace = value => {
console.log(value)
return value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment