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

Skip to content

Commit 021c9fd

Browse files
committed
fixed typo
1 parent 6bec49f commit 021c9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week1/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ 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-
For example:
119+
<br> For example:
120120
```js
121121
let x = 9;
122122
let y = 'Hello';
123-
123+
124124
if () {
125125
console.log('SAME TYPE');
126126
}

0 commit comments

Comments
 (0)