Skip to content

Commit

Permalink
Create javascript101.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed Nov 27, 2013
1 parent 9338f74 commit b7fe5f8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions development/training/javascript101.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Javascript 101

## Contents

1. Introduction to Javascript
2. Lexical Structure
3. Types, Values, and Variables
4. Expressions and Operators
5. Statements
6. Objects
7. Arrays
8. Functions
9. Classes and Modules
10. Pattern Matching with Regular Expressions
11. Javascript Subsets and Extensions
12. Server-Side Javascript
13. Javascript in Web Browsers
14. The Window Object
15. Scripting Documents
16. Scripting CSS
17. Handling Events
18. Scripted HTTP
19. The JQuery Library
20. Client-Side Storage
21. Scripted Media and Graphics
22. HTML5 APIs

## Resources

* [1-22 Chapters] http://www.amazon.com/JavaScript-Definitive-Guide-Activate-Guides/dp/0596805527

0 comments on commit b7fe5f8

Please sign in to comment.