var student={}; student.toString=function(){ return '안녕하세요'; }; alert(student); console.log(student+'...!');