Skip to content

Commit 6bec49f

Browse files
committed
fixed typo
1 parent c883589 commit 6bec49f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Week1/MAKEME.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ console.log('I'm awesome');
116116
<br> 8.4 Now use `typeof` to log the actual _type_ of your variables.
117117
<br> 8.5 Now compare the types of your different variables with one another.
118118
<br> 8.6 Make sure to also show a message when the variables you are comparing are not the same type.
119-
120119
For example:
121-
122120
```js
123121
let x = 9;
124122
let y = 'Hello';

0 commit comments

Comments
 (0)