We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bec49f commit 021c9fdCopy full SHA for 021c9fd
1 file changed
Week1/MAKEME.md
@@ -116,11 +116,11 @@ console.log('I'm awesome');
116
<br> 8.4 Now use `typeof` to log the actual _type_ of your variables.
117
<br> 8.5 Now compare the types of your different variables with one another.
118
<br> 8.6 Make sure to also show a message when the variables you are comparing are not the same type.
119
-For example:
+<br> For example:
120
```js
121
let x = 9;
122
let y = 'Hello';
123
-
+
124
if () {
125
console.log('SAME TYPE');
126
}
0 commit comments