var x = 3; alert(x.constructor); alert(x.toString()); alert(x.toPrecision(5)); console.log(x.__proto__);