First post2023-04-08Hello world! This is some code function hello(arg: name) { console.log(`Hello ${arg}`); }