We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f1054 commit 095b8bcCopy full SHA for 095b8bc
page/javascript-101/testing-type.md
@@ -5,7 +5,7 @@
5
"attribution": [ "jQuery Fundamentals" ]
6
}</script>
7
8
-JavaScript offers a way to test the type of a variable. However, the result can be confusing – for example, the type of an array is "Object."
+JavaScript offers a way to test the type of a variable. However, the result can be confusing – for example, the type of an array is `object`.
9
10
It's common practice to use the `typeof` operator when trying to determining the type of a specific value.
11
0 commit comments