| 📦 Turbo Go | 1 | // hello |
| 2 | ||
| 3 | console.log("hello I'm Bob") | |
| 4 | ||
| 5 | function hello(name) { | |
| 6 | // this is a function | |
| 7 | return `Hello ${name}` | |
| 8 | ||
| 9 | } |
| 📦 Turbo Go | 1 | // hello |
| 2 | ||
| 3 | console.log("hello I'm Bob") | |
| 4 | ||
| 5 | function hello(name) { | |
| 6 | // this is a function | |
| 7 | return `Hello ${name}` | |
| 8 | ||
| 9 | } |