This can be a too silly question, but do I trust the string () function Can the client's language settings? That is, for me: If a person from France runs my application, then what is the output to
x = true; X.toString (); // "true"
"true" or
"vrai" Will? For boolean, an analog ECMAScript interpreter should convert
true
"true" and
false to
"false" .
Comments
Post a Comment