angular int to string

JavaScript
var x = 3,
    toString = x.toString(),
    toConcat = x + "";
Source

Also in JavaScript: