November 2019
Beginner
560 pages
13h 36m
English
• Using jQuery
• Debugging Scripts
• JavaScript and Accessibility
• JavaScript Security
• JavaScript and APIs from HTML
• Node.js App Completion
• Further Reading
This chapter introduces a number of advanced techniques you may wish to pursue further once you have finished this book. First, you will be introduced to jQuery, which is a good JavaScript library for creating DOM-related scripts that work cross-browser. You will also learn about JavaScript accessibility and security, how JavaScript is incorporated into HTML5, and then finish your basic Node.js app using what you learned in previous chapters.
One of the reasons to learn JavaScript is so that ...