From d0c51cbdeb177c85f2ded5d2802456f7dd087f2c Mon Sep 17 00:00:00 2001 From: Kiwimoe Date: Mon, 8 Aug 2022 09:32:53 +0530 Subject: Update TypeScript "Further Reading" links --- typescript.html.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'typescript.html.markdown') 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) -- cgit v1.2.3