Code

Code

Display and share formatted code snippets.

Published
Content

Preview

typescript
const greet = (name: string) => `Hello, ${name}!`;

console.log(greet('Slatesource'));
Try all chips for freeExplore the Playground →