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