github.com/igggame/nebulas-go@v2.1.0+incompatible/nf/nvm/test/test_setTimeout.js (about)

     1  'use strict';
     2  
     3  setTimeout(function () {
     4      console.log("hello, world!");
     5  }, 1000);
     6