From dbdf1fbae2dab109a1472f4ff4e74010579f7caf Mon Sep 17 00:00:00 2001 From: Dirk <818141+ddiebel@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:15:51 +0200 Subject: [PATCH] add german typescript-course (#6108) * add german typescript-course * fix styling --- courses/free-courses-de.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/courses/free-courses-de.md b/courses/free-courses-de.md index eab19960..41e17c49 100644 --- a/courses/free-courses-de.md +++ b/courses/free-courses-de.md @@ -9,6 +9,7 @@ * [Python](#python) * [Rust](#rust) * [Spieleentwicklung](#spieleentwicklung) +* [TypeScript](#typescript)

C++

@@ -60,3 +61,8 @@ ### Spieleentwicklung * [Unreal Engine 4 Tutorial Deutsch/German](https://www.youtube.com/playlist?list=PLNmsVeXQZj7olLCliQ05e6hvEOl6sbBgv) - The Morpheus Tutorials + + +### TypeScript + +* [Erstellen von Javascript-Anwendung mithilfe von TypeScript](https://docs.microsoft.com/de-de/learn/paths/build-javascript-applications-typescript/) - Microsoft