• This project
    • Loading...
  • Sign in

임호준 / WebPractice

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • WebPractice
  • 자바스크립트
  • hello.js
  • 임호준's avatar
    0516 실습업데이트 · c5bb7634
    c5bb7634
    임호준 authored 2017-05-16 11:55:14 +0900
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));