DEV Community

xplodivity
xplodivity

Posted on

Type checking in JavaScript without using Typescript...but should you?

The video linked below talks about various methods of type checking in pure javascript. Learn different techniques to keep your javascript code error-free and potentially avoid using typescript at all.
However, typescript is a great library and makes the process of type checking much simpler. This is for people who want to refrain from using typescript and stick to pure javascript only.

Top comments (0)