We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efd303 commit 64daf3fCopy full SHA for 64daf3f
2 files changed
Week4/REVIEW.md
@@ -2,10 +2,16 @@
2
3
```
4
This review covers:
5
-• Capturing user input
+• Capturing user input
6
• Events
7
-• Basic DOM manipulations[img src, innerHTML]
8
-• Code debugging using the browser
9
-• Code commenting
+• Basic DOM manipulations[img src, innerHTML]
+• Code debugging using the browser
+• Code commenting
10
• Structuring code files
11
12
+
13
+## Code Commenting
14
15
+First the straightforward part: how do we place comments in our code?
16
17
+[Read more...](../fundamentals/code_commenting)
fundamentals/code_commenting.md
@@ -1,4 +1,5 @@
1
# Code Commenting
First the straightforward part: how do we place comments in our code?
## JavaScript
0 commit comments