Answers for "js commenst"

0

js commenst

// use two forward slashes to make a single line comment

/* use a single forward slash followed by an asterisk
   to make a multiline comment. Make sure to close it with 
   an asterisk followed by a forward slash */
Posted by: Guest on June-29-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language