js commenst

Solutions on MaxInterview for js commenst by the best coders in the world

showing results for - "js commenst"
Wael
12 Jun 2016
1// use two forward slashes to make a single line comment
2
3/* use a single forward slash followed by an asterisk
4   to make a multiline comment. Make sure to close it with 
5   an asterisk followed by a forward slash */