News

To check what data type something has in javascript is not always the easiest. The language itself provides an operator called typeof for that which works in a straightforward way. Typeof returns a ...
Dynamic Type check in our javascript projects. Well, I build this repository, because I consider it necessary to give my opinion based on my experience on how it is the best way to check data types in ...