mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +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);
|