We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c883589 commit 6bec49fCopy full SHA for 6bec49f
Week1/MAKEME.md
@@ -116,9 +116,7 @@ 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
-
120
For example:
121
122
```js
123
let x = 9;
124
let y = 'Hello';
0 commit comments