TypeScript
1 2
const message: string = 'hello world'; console.log(message);

and

TypeScript
1 2
const message: string = 'hello world'; console.log(message);

and

TypeScript
1 2
const message: string = 'hello world'; console.log(message);