check variable is a string code example
Example 1: if string javascript
if (typeof myVar === 'string') { /* code */ };
Example 2: javascript is variable a string
if (typeof myVar === 'string'){
//I am indeed a string
}
if (typeof myVar === 'string') { /* code */ };
if (typeof myVar === 'string'){
//I am indeed a string
}