File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
source/content/pages/11-javascript Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments