Created
February 24, 2020 23:14
-
-
Save manakuro/87783f0ac79b64952e2de53bb5bbd362 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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