Tag Archives: data types
Mastering check data types in Javascript
This article will help you to check data types in Javascript whether a variable or parameter is a string, number, array, object, function, null & undefined, boolean, regexp, error or date. Table of contents How do you check if a variable is a String in Javascript How do you check if a variable is a […]