Edit in JSFiddle

var num = 15;
var res = num.valueOf(); //15

//출력
document.write(res);