Hide Menu Run Compile/Run function helloWorld(name : string) : string { var result = "Hello " + name return result } Results Clear