Comments
This post is intended to give info on Comments used in JavaScript ,
There is no much difference in Comments Syntaxes used in C language or Java ,
// SINGLE LINE COMMENTS
/* Multi
Line
comments *?
Any Code written in this Comments is Just for User Understanding , they don't involve in the HTML or JavaScript Code , they don't influence the output in anyway !?!
There is no much difference in Comments Syntaxes used in C language or Java ,
// SINGLE LINE COMMENTS
/* Multi
Line
comments *?
Any Code written in this Comments is Just for User Understanding , they don't involve in the HTML or JavaScript Code , they don't influence the output in anyway !?!
Comments
Post a Comment