We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021c9fd commit db240ccCopy full SHA for db240cc
Week1/MAKEME.md
@@ -117,6 +117,7 @@ console.log('I'm awesome');
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
<br> For example:
120
+
121
```js
122
let x = 9;
123
let y = 'Hello';
0 commit comments