Skip to content

Commit 095b8bc

Browse files
arthurvrRedWolves
authored andcommitted
javascript-101/testing-type: format type correctly
Closes jquerygh-595
1 parent a9f1054 commit 095b8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/testing-type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"attribution": [ "jQuery Fundamentals" ]
66
}</script>
77

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."
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`.
99

1010
It's common practice to use the `typeof` operator when trying to determining the type of a specific value.
1111

0 commit comments

Comments
 (0)