Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30c6442

Browse files
authored
Fix pad-left formating
1 parent 3998e6e commit 30c6442

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

week1/MAKEME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Step 2. Create another file for your code called `app.js`. In this file use the
5757
Your output should be:
5858

5959
```javascript
60-
12;
61-
846;
62-
2;
63-
1236;
60+
___12;
61+
__846;
62+
____2;
63+
_1236;
6464
```
6565

6666
Tips:

0 commit comments

Comments
 (0)