SyntaxFix
Write A Post
Hire A Developer
Questions
I have checked a variable if it is a boolean or not as below
console.log(isBoolean(this.myVariable));
Similarly we have
isNumber(this.myVariable); isString(this.myvariable);
and so on.