웹표준 html,css,javascript 실무 과정 자료] 모듈2 athletics.js
웹표준 html,css,javascript 실무 과정 자료] 모듈2 athletics.js
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
모듈2 athletics.js
function relay() {
console.log("This is relay function");
}
function longjump() {
console.log("This is longjump function");
}
module.exports.relay = relay;
module.exports.longjump = longjump;
'웹표준 > HTML' 카테고리의 다른 글
웹표준 html,css,javascript 실무 과정 자료] 이벤트 처리 (0) | 2017.05.17 |
---|---|
웹표준 html,css,javascript 실무 과정 자료] http 모듈로 간단 웹서버 구축 (0) | 2017.05.17 |
웹표준 html,css,javascript 실무 과정 자료] 모듈1 App.js (0) | 2017.05.17 |
웹표준 html,css,javascript 실무 과정 자료] 콜백 함수 (0) | 2017.05.17 |
웹표준 html,css,javascript 실무 과정 자료] 전역 객체와 타이머 (0) | 2017.05.17 |