hello.js 188 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 function message(){ var d = new Date(); document.getElementById("demo").innerHTML = d; //location.assign("http://www.naver.com"); } var a = "1234"; console.log(a.substr(1,a.length-1));