Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 6, 2020 06:43
Show Gist options
  • Save jsmanifest/c760992b345f3555b41de68efa14722f to your computer and use it in GitHub Desktop.
Save jsmanifest/c760992b345f3555b41de68efa14722f to your computer and use it in GitHub Desktop.
function logAndReturnIt(
valueThatIsGoingToBeLoggedAndReturnedFromAUselessFunction: string,
): string {
console.log(typeof valueThatIsGoingToBeLoggedAndReturnedFromAUselessFunction)
return valueThatIsGoingToBeLoggedAndReturnedFromAUselessFunction
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment