Tee Wen Seng

Results 1 issues of Tee Wen Seng

This is the example of the code ``` var time = 0; BackgroundTimer.setInterval(() => { time ++; console.log(time) }, 1000) ``` Let say in my log it shows ``` ......