Skip to content

Commit 64daf3f

Browse files
committed
added code commenting link
1 parent 2efd303 commit 64daf3f

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

Week4/REVIEW.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
```
44
This review covers:
5-
• Capturing user input
5+
• Capturing user input
66
• Events
7-
• Basic DOM manipulations[img src, innerHTML]
8-
• Code debugging using the browser
9-
• Code commenting
7+
• Basic DOM manipulations[img src, innerHTML]
8+
• Code debugging using the browser
9+
• Code commenting
1010
• Structuring code files
1111
```
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Code Commenting
2+
23
First the straightforward part: how do we place comments in our code?
34

45
## JavaScript

0 commit comments

Comments
 (0)