Statement Block


/ Published in: JavaScript
Save to your folder(s)

Javascript statements can be grouped together in blocks. This ensures the code is executed together.


Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. <!--
  3. {
  4. ...
  5. }
  6. //-->
  7. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.