{article Content Table}{title} {text} {/article}

Comments

JavaScript supports two styles of comments. Any text between comment is ignored by JavaScript.

Single line comment

  • // Single line comment.

Multiple lines comment

  • /* Multiple lines
  • * Comment
  • * another Comment
  • */