Skip to content

Commit db305e6

Browse files
committed
Note that Types page is not a comprehensive guide
Fixes gh-832 Closes gh-850
1 parent 6f95311 commit db305e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/Types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ol ul li { font-size: 1em !important; }
1010
ol ul { margin-left: 1.5em !important; }
1111
</style>
12-
<p>JavaScript provides several built-in datatypes. In addition to those, this page documents virtual types like Selectors, enhanced pseudo-types like Events and all and everything you wanted to know about Functions.
12+
<p>JavaScript provides several built-in datatypes. In addition to those, this page documents virtual types like Selectors, enhanced pseudo-types like Events and some concepts you need to know about Functions. If you want to study these concepts in depth, take a look at <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">MDN</a>.
1313
</p>
1414
<p>You should be able to try out most of the examples below by just copying them to your browser's JavaScript Console (Chrome, Safari with Develop menu activated, IE 8+) or <a href="http://www.getfirebug.com/">Firebug</a> console (<a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a>).
1515
</p>

0 commit comments

Comments
 (0)