5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
let result = "hello"
|
|
|> doubleSay
|
|
|> text.capitalize
|
|
|> a.b.exclaim;
|