Sunday 11 August 2013

Java script comments

Java script comments
The comments are used to explain the code or make the code more readable.
There are two types of comments:
1.       Single line comment
Ex:           //
2.       Multi Line comments
Ex: /*…………..
……………..*/

Java script comments are Non executable statements and they are skipped by the Browser

No comments:

Post a Comment