We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab8038 commit d40badaCopy full SHA for d40bada
concepts/type-checking/about.md
@@ -2,7 +2,7 @@
2
3
Knowning what the type of a piece of data is, is often very important for code to run smoothly and without errors.
4
5
-Javascript has several ways to check the type of an object.
+Javascript has several ways to check the type of a value or object.
6
7
```exercism/note
8
Javascript's type checking mechanisms are always soomewhat unreliable.
0 commit comments