We write all about Webmaster needs.

Tag Archives: comments

JavaScript Statement, Block and Comments

JavaScript can be stated as a statement or block, Statement which does not contains open braces and close braces . Example for statement <script type=”text/javascript”> document.write(“Statement”); </script> Example for block <script type=”text/javascript”> { document.write(“Block”); } </script>

Pages

RSS Syndication