typeof tickles : javascript
#kishoretvk
when using javascript type of, here is something cool to remember. if u have to compare string.
then what goes corect
typeof(variable) = string
typeof(variable) = "String "
typeof(variable) = "string"
which is correct?
#javascript #typeof #error
when using javascript type of, here is something cool to remember. if u have to compare string.
then what goes corect
typeof(variable) = string
typeof(variable) = "String "
typeof(variable) = "string"
which is correct?
#javascript #typeof #error
Comments
Post a Comment