Give the comment Tags for the following:

VBScript : REM & ‘(apostrophe)
JavaScript : // (single line comment)
/* */ (Multi-line comments)

Showing Answers 1 - 3 of 3 Answers

In java script the comment tag are // is used as single line comment and/* ...... */ is used as multi line comment.

In vbscript we use apostrophe ( ) for commenting.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions