mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
console.log("reached inside work.js file");
|
|
setInterval(function() {
|
|
console.log('hi');
|
|
}, 500);
|