I have a function and i want to do something like this
alert('hey')
then i want a 10 sec brake and do this:
alert('hey again')
however THE BRAKE MAY NOT BE A TIMEOUT
thanks for any help
alert('hey')
then i want a 10 sec brake and do this:
alert('hey again')
however THE BRAKE MAY NOT BE A TIMEOUT
thanks for any help
Comment