Buat Number String JS

var num = 15;
var n = num.toString();
Code_Breaker