Skip to content

Function: helloWorld()

ts
function helloWorld(): string;

Returns the string "Hello, World!".

Returns

string

"Hello, World!"

Example

ts
console.log(helloWorld()); // output: "Hello, World!"