From 81447f6b43bd21125e057e2b02a2930644e4b6ab Mon Sep 17 00:00:00 2001 From: The New Stack <111312063+lovemycodesnippets@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:33:15 -0400 Subject: [PATCH] Add TypeScript vs JavaScript (#3790) --- .../content/100-typescript/100-typescript-vs-javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/typescript/content/100-typescript/100-typescript-vs-javascript.md b/src/data/roadmaps/typescript/content/100-typescript/100-typescript-vs-javascript.md index 8d0174f72..b8387b90c 100644 --- a/src/data/roadmaps/typescript/content/100-typescript/100-typescript-vs-javascript.md +++ b/src/data/roadmaps/typescript/content/100-typescript/100-typescript-vs-javascript.md @@ -12,3 +12,4 @@ Here are a few key differences between TypeScript and JavaScript: Learn more from the following links: - [Learning JavaScript and TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html#learning-javascript-and-typescript) +- [TypeScript vs. JavaScript](https://thenewstack.io/typescript-vs-javascript/)