hello world

PHOTO EMBED

Sat May 07 2022 10:25:30 GMT+0000 (Coordinated Universal Time)

Saved by @Dyam #typescript

const hello = (name: string) => {
    return `Hello ${name}`;
}
console.log(hello('World'));
content_copyCOPY