JavaScript labels

added by bpwndaddy
6/3/2015 3:49:18 PM

473 Views

You can use a label to identify a loop, and then use the break or continue statements to indicate whether a program should interrupt the loop or continue its execution.


0 comments