📜  js commenst - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:26.279000             🧑  作者: Mango

代码示例1
// 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 */