Javascript: Novice to Ninja

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Learn JavaScript from scratch! Packed with numerous examples, JavaScript: Novice to Ninja is a fun, step-by-step and comprehensive introduction to development in JavaScript. Discover how to use JavaScript to solve real-world problems, build smarter forms, track user events, and design eye-catching animations. Learn JavaScript's built-in functions, methods, and properties. Use JavaScript to validate form entries and interact with your users. Understand how to respond to user events and add interactivity to your applications. Create animations that bring your web site to life. Start programming using the DOM And much more!

Author(s): Darren Jones
Publisher: Sitepoint
Year: 2014

Language: English
Pages: 506

Preface
1. Hello JavaScript
2. Programming Basics
3. Arrays, Logic, and Loops
4. Functions
5. Objects
6. The Document Object Model
7. Events
8. Forms
9. The Window Object
10. Testing and Debugging
11. Functional JavaScript
12. Object-oriented Programming in JavaScript
13. Ajax
14. HTML5 APIs
15. Organizing Your Code
16. Next Steps