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 <kamranahmed.se@gmail.com>
pull/1350/head^2
Jawad 2 years ago committed by GitHub
parent d2b35ca191
commit 60b6b997e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/roadmaps/100-frontend/content/116-type-checkers/readme.md

@ -1 +1,3 @@
# Type checkers
# 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.
Loading…
Cancel
Save