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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -