Answers for "js check is string runtime"

0

js check is string runtime

if (typeof a_string === 'string') {
    // this is a string
}
Posted by: Guest on October-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language