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

Skip to content

Commit db240cc

Browse files
committed
fixed typo
1 parent 021c9fd commit db240cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ console.log('I'm awesome');
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.
119119
<br> For example:
120+
120121
```js
121122
let x = 9;
122123
let y = 'Hello';

0 commit comments

Comments
 (0)