@@ -49,7 +49,12 @@ <h1>JavaScript</h1>
4949to enable dynamic content and interaction. </ p >
5050< h2 > Why is JavaScript necessary?</ h2 >
5151< p > JavaScript executes in the client and enables dynamic content and interaction
52- that is not possible with HTML and CSS alone. </ p >
52+ that is not possible with HTML and CSS alone. Every modern Python web
53+ application uses JavaScript on the front end. The trend towards richer client
54+ experiences will increase as projects such as
55+ < a href ="https://angularjs.org/ "> Angular.js</ a > ,
56+ < a href ="http://backbonejs.org/ "> Backbone.js</ a > , and
57+ < a href ="http://emberjs.com/ "> Ember.js</ a > continue to mature.</ p >
5358< h2 > JavaScript learning checklist</ h2 >
5459< p > < i class ="fa fa-check-square-o "> </ i >
5560Create a simple HTML file with basic elements in it. Use the
@@ -66,6 +71,9 @@ <h2>JavaScript learning checklist</h2>
6671projects listed below as well as JQuery plugins. Check out the Unheap link
6772below to find a large collection of categorized JQuery plugins.</ p >
6873< p > < i class ="fa fa-check-square-o "> </ i >
74+ Check out the JavaScript resources below to learn more about advanced concepts
75+ and open source libraries.</ p >
76+ < p > < i class ="fa fa-check-square-o "> </ i >
6977Integrate JavaScript into your web application and check the
7078< a href ="/static-content.html "> static content</ a > section for how to host the JavaScript
7179files.</ p >
0 commit comments