Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 24, 2020 23:14
Show Gist options
  • Save manakuro/87783f0ac79b64952e2de53bb5bbd362 to your computer and use it in GitHub Desktop.
Save manakuro/87783f0ac79b64952e2de53bb5bbd362 to your computer and use it in GitHub Desktop.
let result = "hello"
|> doubleSay
|> capitalize
|> exclaim;
result //=> "Hello, hello!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment