servo/tests/html/work.js
2018-02-22 21:34:53 +05:30

4 lines
101 B
JavaScript

console.log("reached inside work.js file");
setInterval(function() {
console.log('hi');
}, 500);