I_Jemin
Committed by i_jemin@hotmail.com

Node Global

Showing 1 changed file with 12 additions and 0 deletions
console.log("Hello World!");
setTimeout();
clearTimeout();
setInterval(); // repeat call after delay
clearInterval();
//window.console.log
var message = '';
console.log(global.message); // won't work
//global.setTimeout
\ No newline at end of file
......