Hi.
I want to ask is it possible to do break statement first then to the continue statement?
Like example, I want to do counting and have a break at the certain time then continue the counting back and stop back.Is it possible for me to do that?
I already use the setTimeout but the problem is I want the break and start time counting in automatically.The current system I do is it needs to click the start button and stop button.It is hard for user to come to the pc and put start button then come to pc again to stop the system many times.
Can anyone suggest to me any solution?
Thanks in advance!