diff options
Diffstat (limited to 'hu-hu/typescript-hu.html.markdown')
-rw-r--r-- | hu-hu/typescript-hu.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hu-hu/typescript-hu.html.markdown b/hu-hu/typescript-hu.html.markdown index 96fdc7c3..d0a2bd1c 100644 --- a/hu-hu/typescript-hu.html.markdown +++ b/hu-hu/typescript-hu.html.markdown @@ -16,7 +16,7 @@ Ez a dokumentum a TypeScript által hozzáadott új szintaxissal foglalkozik, ne Hogy kipróbáld a TypeScript fordítót, látogass el a [Játszótérre avagy Playground-ra](https://www.typescriptlang.org/Playground) ahol kódot írhatsz automatikus kódkiegészítéssel, és közvetlenül láthatod az előállított JavaScript kódot. -```js +```ts // 3 alapvető típus létezik TypeScriptben var isDone: boolean = false; var lines: number = 42; |