From d8bc59b24f006063afd35305407290072c0dc5a7 Mon Sep 17 00:00:00 2001 From: Jawad <58373449+Huntsama@users.noreply.github.com> Date: Mon, 1 Aug 2022 10:16:17 +0100 Subject: [PATCH] Add description to the type checkers (#1356) * adding description to the type checkers * Update content/roadmaps/100-frontend/content/116-type-checkers/readme.md Co-authored-by: Kamran Ahmed --- .../roadmaps/100-frontend/content/116-type-checkers/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/116-type-checkers/readme.md b/content/roadmaps/100-frontend/content/116-type-checkers/readme.md index 5b654ff10..dd728f31c 100644 --- a/content/roadmaps/100-frontend/content/116-type-checkers/readme.md +++ b/content/roadmaps/100-frontend/content/116-type-checkers/readme.md @@ -1 +1,3 @@ -# Type checkers \ No newline at end of file +# Type Checkers + +Type checker helps developers write code with fewer bugs by adding types to their code, trying to catch type errors within your code, and then removing them during compile time. Flow and TypeScript are two popular static type checkers for JavaScript. \ No newline at end of file