diff options
| -rw-r--r-- | typescript.html.markdown | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/typescript.html.markdown b/typescript.html.markdown index 3fe707a0..64f5ca5b 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -2,6 +2,7 @@  language: TypeScript  contributors:      - ["Philippe Vlérick", "https://github.com/pvlerick"] +    - ["Kiwimoe", "https://github.com/kiwimoe"]  filename: learntypescript.ts  --- @@ -292,4 +293,5 @@ foo.baz = 'hello world'  ## Further Reading   * [TypeScript Official website] (http://www.typescriptlang.org/)   * [TypeScript language specifications] (https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md) + * [Learn TypeScript] (https://learntypescript.dev/)   * [Source Code on GitHub] (https://github.com/Microsoft/TypeScript) | 
