Skip to content

Code Highlighting

Use // ^^^ to highlight a particular range of the line above it.

function add(a: number, b: number) {
return a + b
}