Comentários JS
//Single line
/*
Multiple line
*/
Rick Astley
//Single line
/*
Multiple line
*/
//I'm a single line comment
/* I'm comment on
* more then one line.
*/
// Which symbol is used for comments in Javascript?
// for Single line comments and
/* Multi
Line
Comment
*/
//this is a comment
/*
this
is
a
multiline
comment
*/
/* text*/
/*It is easy and important so keep going and enjoy the way to coding
still notr getting it then try follow me*/
// Single line comment is only for one line and multiline for two
// It is a good way to keep notice of your codes
/*Code*/