You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/Types.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
olulli { font-size:1em!important; }
10
10
olul { margin-left:1.5em!important; }
11
11
</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 <ahref="https://developer.mozilla.org/en-US/docs/Web/JavaScript">MDN</a>.
13
13
</p>
14
14
<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 <ahref="http://www.getfirebug.com/">Firebug</a> console (<ahref="https://www.mozilla.org/en-US/firefox/new/">Firefox</a>).
0 commit comments