We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3f23e commit eceefcfCopy full SHA for eceefcf
entries/jQuery.type.xml
@@ -32,6 +32,8 @@
32
<li>jQuery.type( new Array() ) === "array"</li>
33
<li>jQuery.type( new Date() ) === "date"</li>
34
<li>jQuery.type( new Error() ) === "error" // <strong>as of jQuery 1.9</strong></li>
35
+ <li>jQuery.type( Symbol() ) === "symbol" // <strong>as of jQuery 1.9</strong></li>
36
+ <li>jQuery.type( Object(Symbol()) ) === "symbol" // <strong>as of jQuery 1.12</strong></li>
37
<li>jQuery.type( /test/ ) === "regexp"</li>
38
</ul>
39
</li>
0 commit comments