Use // ^^^ to highlight a particular range of the line above it.
// ^^^
function add(a: number, b: number) { return a + b}
```ts twoslashfunction add(a: number, b: number) { // ^^^ return a + b}```