We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d9324 commit 593a9b0Copy full SHA for 593a9b0
docs/types/type-system.md
@@ -10,7 +10,7 @@ As mentioned before Types are annotated using `:TypeAnnotation` syntax. Anything
10
11
The following example demonstrates type annotations for variables, function parameters and function return values:
12
13
-```
+```ts
14
var num: number = 123;
15
function identity(num: number): number {
16
return num;
0 commit comments