Answers for "javascript other ways to check if variable is string"

5

js test if string

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

Code answers related to "javascript other ways to check if variable is string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language