What is the use of the following colon in javascript -


following code block executed successfully. wondering use of labeling other using loops?

<script>  js: {    alert("x");   }  </script> 

this how mark labels, bad practice give ability implement old 'goto', simple jump code in sequential executing


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -