This is a placeholder post. Phase 3 will replace this with a real one.
const greet = (name: string) => `hello, ${name}`;
console.log(greet('world')); This is a placeholder post. Phase 3 will replace this with a real one.
const greet = (name: string) => `hello, ${name}`;
console.log(greet('world'));