TypeError: value.tolowercase no es una función

var ans = 334;
var temp = ans.toString().toLowerCase();
alert(temp);
|_Genos_|