Brane Vrajich

Results 1 comments of Brane Vrajich

I'm having this same issue but with typescript. Here's my test code. ``` typescript function speak(phrase: string) { console.log(speak); } speak('Hello World'); ``` And the result ``` bash [Running] ts-node...