Type Checking in JavaScript is Slightly Screwed
Posted December 3, 2019
Start discussion
"typeof" and "instanceof" perform the type checking in JavaScript. While they are generally simple to use, make sure to known the edge cases.
Continue reading ➞