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

Skip to content

Commit 35af4c2

Browse files
author
Samir Aleido
committed
✏️ refactor: Replace console.log with log verb
1 parent 3044904 commit 35af4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Week3/MAKEME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Consider the following string:
7171
let myString = "hello,this,is,a,difficult,to,read,sentence";
7272
```
7373

74-
1\.1 Add the string to your file and console.log it.
75-
1\.2 Console.log the length of `myString`.
74+
1\.1 Add the string to your file and log it.
75+
1\.2 Log the length of `myString`.
7676
1\.3 The commas make that the sentence is quite hard to read. Find a way to remove the commas from the string and replace them with spaces.
77-
1\.4 Console.log `myString` to see if you succeeded.
77+
1\.4 Log `myString` to see if you succeeded.
7878

7979
2\. **Arrays!**
8080

0 commit comments

Comments
 (0)