Answers for "how to check if it a string in js"

16

string check javascript

if (typeof myVar === 'string') { /* code */ };
Posted by: Guest on July-23-2020

Code answers related to "how to check if it a string in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language