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

Опубликовано: 11 Март 2026
на канале: xplodivity
1,191
32

This video 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.