Answers for "es6 check type of tring"

13

javascript is variable a string

if (typeof myVar === 'string'){
    //I am indeed a string
}
Posted by: Guest on July-23-2019

Code answers related to "Javascript"

Browse Popular Code Answers by Language