Skip to content

Commit 053f399

Browse files
committed
adding new javascript resource
1 parent 15af5dd commit 053f399

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-16T20:13:00Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-17T08:41:38Z</updated></feed>

javascript.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ <h2>Where does JavaScript come from?</h2>
8989
<h2>JavaScript resources</h2>
9090
<ul>
9191
<li>
92+
<p><a href="http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/">How Browsers Work</a>
93+
is a great overview of both JavaScript and CSS as well as how pages are
94+
rendered in a browser.</p>
95+
</li>
96+
<li>
9297
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript">A re-introduction to JavaScript</a>
9398
by Mozilla walks through the basic syntax and operators.</p>
9499
</li>

source/content/pages/11-javascript/1101-javascript.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ which is defined by the
1717

1818

1919
## JavaScript resources
20+
* [How Browsers Work](http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
21+
is a great overview of both JavaScript and CSS as well as how pages are
22+
rendered in a browser.
23+
2024
* [A re-introduction to JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
2125
by Mozilla walks through the basic syntax and operators.
2226

0 commit comments

Comments
 (0)