frontendmayhem.com
JavaScript: typeof operator
1
It's no secret that when it comes to type safety, you're on your own in JavaScript. However, the language does provide some useful tools to help infer the type of the object you're dealing with. In this blog post, we will look at one such method i.e type... Read full article