mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
console.log("reached inside work.js file");
|
|
setInterval(function() {
|
|
console.log('hi');
|
|
}, 500);
|