Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
1
Task/Comments/JavaScript/comments-1.js
Normal file
1
Task/Comments/JavaScript/comments-1.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
n = n + 1; // This is a comment
|
||||
1
Task/Comments/JavaScript/comments-2.js
Normal file
1
Task/Comments/JavaScript/comments-2.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
// This is a valid comment // with a "nested" comment
|
||||
6
Task/Comments/JavaScript/comments-3.js
Normal file
6
Task/Comments/JavaScript/comments-3.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* This is
|
||||
a multi line
|
||||
comment
|
||||
// with a "nested" comment
|
||||
and another line in the comment
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue