, :
"Variables are initialised to undefined when created."
( , =).
, 7:
"If Type(lprim) is String or Type(rprim) is String, then
Return the String that is the result of concatenating ToString(lprim) followed by ToString(rprim)"
, "abc" - , x String, ToString. x, , undefined.
, ToString, , undefined "undefined".
source
share