That’s not relevant since Unity doesn’t use web Javascript. You can use ToString, or simple concatenation if there’s another string involved. (i.e., ‘var foo = “x” + 5;’ makes the ‘5’ be implicitly converted to a string without having to specify ToString.)